fixing nav problem with package update
This commit is contained in:
parent
a18ed37276
commit
fc43f1c2d5
|
|
@ -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] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user