소스 검색

fix: dragging queue items would sometimes have white box

Kristian Vos 3 년 전
부모
커밋
7b654e50b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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%;