From 1e1222526848aadd08839bbeb90a54a72139dbe0 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:01:54 +0100 Subject: [PATCH] test --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;