细节处修改

This commit is contained in:
lqins
2024-12-22 12:37:32 +08:00
parent 0c1f650e9c
commit ab903e3cc1
14 changed files with 111 additions and 65 deletions

View File

@@ -23,4 +23,15 @@
::-webkit-scrollbar-thumb:hover {
background-color: #666666;
}
overflow: auto; /* */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IEEdge */
::-webkit-scrollbar {
display: none; /* Webkit */
}
&.showScrollbar {
::-webkit-scrollbar {
display: none; /* Webkit */
}
}
}