Skip to content

Commit

Permalink
remove scrollbars there a style for this.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Dec 24, 2020
1 parent 0ef56a5 commit 861fd20
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions stackoverflow-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2844,22 +2844,6 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") {
-webkit-animation-name: autofill !important;
-webkit-animation-fill-mode: both !important;
}
/* scroll bar */
::-webkit-scrollbar {
max-width: 10px !important;
max-height: 10px !important;
background: #1d1d1d !important;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
background: #1d1d1d !important;
}
::-webkit-scrollbar-thumb {
background: rgba(175, 175, 175, .5) !important;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(79, 140, 201, .8) !important;
background: rgba(/*[[base-color-rgb]]*/, .8) !important;
}
/* === badges === */
/* stackexchange badges fixes */
.history-table .badge {
Expand Down

0 comments on commit 861fd20

Please sign in to comment.