mirror of
https://github.com/lingke-net/koring-space.git
synced 2026-09-12 05:45:17 +08:00
修复主要css
This commit is contained in:
+7
-12
@@ -4,23 +4,18 @@
|
|||||||
|
|
||||||
/* Hide scrollbar */
|
/* Hide scrollbar */
|
||||||
html {
|
html {
|
||||||
scrollbar-width: none !important;
|
overflow: hidden;
|
||||||
-ms-overflow-style: none !important;
|
height: 100%;
|
||||||
}
|
|
||||||
html::-webkit-scrollbar {
|
|
||||||
display: none !important;
|
|
||||||
width: 0 !important;
|
|
||||||
height: 0 !important;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-width: none !important;
|
height: 100%;
|
||||||
-ms-overflow-style: none !important;
|
scrollbar-width: none;
|
||||||
|
-ms-overflow-style: none;
|
||||||
}
|
}
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
display: none !important;
|
display: none;
|
||||||
width: 0 !important;
|
width: 0;
|
||||||
height: 0 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@custom-variant dark (&:is(.dark *));
|
@custom-variant dark (&:is(.dark *));
|
||||||
|
|||||||
Reference in New Issue
Block a user