fixing nav problem with package update

This commit is contained in:
Antoine M 2024-09-30 16:11:35 +02:00
parent a18ed37276
commit fc43f1c2d5

View File

@ -16,7 +16,7 @@ nav.main-menu {
@apply overflow-y-auto;
}
.menu {
@apply bg-lhoist pl-6 w-full h-screen fixed bottom-0 left-0 flex flex-col justify-between;
@apply bg-lhoist pl-6 w-full h-screen fixed top-0 bottom-0 left-0 flex flex-col justify-between;
height: 100dvh;
box-sizing: border-box;
// &[open] {