feat: animate dropdown menus

This commit is contained in:
TerryM
2026-05-28 22:01:17 +08:00
parent 4e44636d68
commit f1a0e9ab40
2 changed files with 13 additions and 3 deletions

View File

@@ -30,6 +30,11 @@ header button {
-webkit-tap-highlight-color: transparent;
}
.ark-dropdown-enter {
--animate-duration: 220ms;
transform-origin: top center;
}
/* Desktop header nav: thin scrollbar when links overflow (still 單列) */
.header-nav-scroll {
scrollbar-width: thin;