Hide scrollbars
This commit is contained in:
@@ -20,14 +20,11 @@
|
||||
}
|
||||
|
||||
.mainSection::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: auto;
|
||||
background-color: var(--theme-color-components-scrollbar-background);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mainSection::-webkit-scrollbar-thumb {
|
||||
background: var(--theme-color-components-scrollbar-thumb);
|
||||
border-radius: 1px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.topSection {
|
||||
|
||||
Reference in New Issue
Block a user