mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
client: implement a buggy scrollIntoView in queue view
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
||||
|
||||
#scrollable {
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
padding-bottom: $small;
|
||||
height: calc(100% - $small);
|
||||
padding-right: $small;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user