Skip to content

Commit

Permalink
scrollbar css
Browse files Browse the repository at this point in the history
  • Loading branch information
betterRunner committed Sep 12, 2021
1 parent 25be3e9 commit fde3f58
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/content-scripts/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ will be invisible, so set left to 0. */
.ql-tooltip {
left: 0 !important;
}

::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #aaa;
}

0 comments on commit fde3f58

Please sign in to comment.