chore(views): adjusted viewport heights and scrolls

This commit is contained in:
2026-02-23 22:03:49 +01:00
parent e7c8ba62d7
commit 65c1ab809f
4 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
.list_wrapper {
overflow-y: auto;
height: calc(100vh - 12.5em);
min-height: 700px;
height: calc(100vh - 21em);
min-height: 500px;
margin-top: 0.5em;
position: relative;