Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Oct 26, 2023
1 parent f23b4dd commit 48c4d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
.none-1rXy4P {
.none__51a8f {
scrollbar-width: auto !important;
overflow-y: scroll !important;
overflow-x: hidden !important;
margin-right: 2px;
}

.none-1rXy4P:hover::-webkit-scrollbar {
.none__51a8f:hover::-webkit-scrollbar {
width: 0.30em !important;
border-radius: 25px;
height: 0px !important;
background: transparent !important;

}

.none-1rXy4P::-webkit-scrollbar-thumb {
.none__51a8f::-webkit-scrollbar-thumb {
background: var(--background-accent);
border-radius: 25px;
}

0 comments on commit 48c4d8c

Please sign in to comment.