修复主要css

This commit is contained in:
2026-07-11 19:21:50 +08:00
parent 6d7bef91ac
commit e28b6513c1
+7 -12
View File
@@ -4,23 +4,18 @@
/* Hide scrollbar */
html {
scrollbar-width: none !important;
-ms-overflow-style: none !important;
}
html::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
overflow: hidden;
height: 100%;
}
body {
overflow-y: auto;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
height: 100%;
scrollbar-width: none;
-ms-overflow-style: none;
}
body::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
display: none;
width: 0;
}
@custom-variant dark (&:is(.dark *));