Browse Source

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

Kristian Vos 2 năm trước cách đây
mục cha
commit
4a36901f2d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 		}