Explorar o código

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

Kristian Vos %!s(int64=2) %!d(string=hai) anos
pai
achega
4a36901f2d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 		}