chore: hide scroll corner

This commit is contained in:
Tristan Yang
2023-02-13 07:30:49 +08:00
parent 38d0d243d0
commit 8670bf32da
+3
View File
@@ -207,6 +207,9 @@
background: #ddd;
border-radius: 4px;
}
::-webkit-scrollbar-corner {
display: none;
}
::-webkit-scrollbar {
background: transparent;
width: 5px;