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