drawer fixes

This commit is contained in:
yohlo
2025-09-23 15:04:29 -05:00
parent 7441d1ac58
commit 94ea44c66e
4 changed files with 31 additions and 8 deletions

View File

@@ -11,10 +11,13 @@
border-top-left-radius: 20px;
border-top-right-radius: 20px;
margin-top: 24px;
height: fit-content;
height: auto !important;
min-height: fit-content;
max-height: 100dvh;
position: fixed;
bottom: 0;
left: 0;
right: 0;
outline: none;
transition: height 0.2s ease-out;
}