Fixed another CSS problems

This commit is contained in:
2026-07-01 11:56:22 +02:00
parent d2a2027c42
commit ee5b2f6e09
4 changed files with 18 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
top: 60px;
height: calc(100dvh - 60px);
max-height: calc(100dvh - 60px);
min-height: 0;
transform: translateX(-100%);
transition: transform 0.3s ease-in-out;
z-index: 999;