feat: 前端微调
This commit is contained in:
@@ -25,6 +25,17 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Hide scrollbars globally (still scrollable). */
|
||||
* {
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* IE/Edge legacy */
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user