Selaa lähdekoodia

fix: dragging queue items would sometimes have white box

Kristian Vos 3 vuotta sitten
vanhempi
commit
7b654e50b7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      frontend/src/components/Queue.vue

+ 1 - 0
frontend/src/components/Queue.vue

@@ -305,6 +305,7 @@ export default {
 #queue {
 	background-color: var(--white);
 	border-radius: 0 0 5px 5px;
+	user-select: none;
 
 	.actionable-button-hidden {
 		max-height: 100%;