浏览代码

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%;