refactor: update index.css

This commit is contained in:
kunish 2023-09-09 18:45:29 +08:00
parent 9180ff6512
commit 730ab8641b
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -20,17 +20,18 @@
}
::-webkit-scrollbar:vertical {
width: 0px;
width: 0;
}
::-webkit-scrollbar:horizontal {
height: 0px;
height: 0;
}
@media (min-width: 640px) {
@media (width >= 640px) {
::-webkit-scrollbar-thumb {
@apply rounded-box bg-primary;
}
::-webkit-scrollbar:vertical {
width: 6px;
}