fix: hide global scrollbar

This commit is contained in:
Yang Luo
2026-04-11 22:07:54 +08:00
parent e1ee2ddee8
commit 0077839549

View File

@@ -1,5 +1,14 @@
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
}
html::-webkit-scrollbar {
display: none; /* Chrome/Safari/WebKit */
}
body {
margin: 0;
font-family: