Browse Source

fix: dragging queue items would sometimes have white box

Kristian Vos 3 years ago
parent
commit
7b654e50b7
1 changed files with 1 additions and 0 deletions
  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%;