chore: viewport & routing fixes

This commit is contained in:
2024-08-29 15:42:44 +02:00
parent b04797052f
commit 289fd310df
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
.list_wrapper {
overflow-y: auto;
height: 90vh;
height: calc(100vh - 10em);
min-height: 650px;
margin-top: 0.5em;
position: relative;