fix: views viewport height

This commit is contained in:
2024-08-29 15:57:40 +02:00
parent 9155fd9f8d
commit d9865be83e
4 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
.list_wrapper {
overflow-y: auto;
height: calc(100vh - 10em);
min-height: 650px;
height: calc(100vh - 12.5em);
min-height: 500px;
margin-top: 0.5em;
position: relative;