Separate song info box and queue list

Fix position of song info box and control buttons (don't scroll out of screen)
This commit is contained in:
SuperBFG7
2021-06-17 08:53:22 +02:00
parent d5294675c4
commit 886e390d09
2 changed files with 12 additions and 6 deletions
+5 -1
View File
@@ -27,7 +27,6 @@ button {
#breadcrump {
display: block;
overflow: auto;
white-space: nowrap;
}
@@ -165,3 +164,8 @@ button {
text-decoration: none;
color: black;
}
.sticky {
position: sticky;
top: 55px;
}