chore: hide scroll corner
This commit is contained in:
@@ -207,6 +207,9 @@
|
||||
background: #ddd;
|
||||
border-radius: 4px;
|
||||
}
|
||||
::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 5px;
|
||||
|
||||
Reference in New Issue
Block a user