client: implement a buggy scrollIntoView in queue view

This commit is contained in:
geoffrey45
2021-12-26 18:45:35 +03:00
parent 5884827c8b
commit 17f29a76ed
6 changed files with 81 additions and 23 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ export default {
#scrollable {
overflow-y: scroll;
height: 100%;
padding-bottom: $small;
height: calc(100% - $small);
padding-right: $small;
}
</style>