This commit is contained in:
Richard Mikloš 2024-02-07 21:01:54 +01:00
parent 74b58c8139
commit 1e12225268

@ -124,7 +124,7 @@ ul.navpage_list {
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
transition: max-height .3s ease, border .325s ease; transition: max-height .3s ease, border .325s ease !important;
z-index: 2; z-index: 2;
} }
@ -218,6 +218,7 @@ ul.navpage_list {
max-height: 200px !important; max-height: 200px !important;
width: inherit; width: inherit;
box-sizing: border-box; box-sizing: border-box;
transition-delay: .1s;
} }
.navsite_item:not(:hover) .navpage_list { .navsite_item:not(:hover) .navpage_list {
transition-delay: .1s; transition-delay: .1s;