fix: unset overflow-y to scroll

This commit is contained in:
javayhu 2025-03-09 00:27:02 +08:00
parent 129aac2c12
commit 63b549212e

View File

@ -54,8 +54,8 @@
/* prevent the layout from shifting when the scrollbar appears or disappears. */
scrollbar-gutter: stable;
/* Force the scrollbar to always be visible to prevent layout shifts */
/* looks better when check the mobile menu (all open) on desktop device */
overflow-y: scroll;
/* can not set this, otherwise the theme switcher will disappear when click it when page has scrolled */
/* overflow-y: scroll; */
}
* {