瀏覽代碼

fix: queue add to queue button was not at bottom all the time

Kristian Vos 2 年之前
父節點
當前提交
4a36901f2d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/components/Queue.vue

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

@@ -263,6 +263,7 @@ defineEmits(["onChangeTab"]);
 		}
 
 		> .scrollable-list:last-of-type:not(:last-child) {
+			height: 100%;
 			padding-bottom: 50px;
 		}