Skip to content

Commit

Permalink
Merge pull request #24 from betterRunner/dev
Browse files Browse the repository at this point in the history
fix: scrollbar of page disappers
  • Loading branch information
betterRunner authored Oct 29, 2021
2 parents be06215 + 3f5dc31 commit a8665ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content-scripts/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ will be invisible, so set left to 0. */
left: 0 !important;
}

::-webkit-scrollbar {
/* ::-webkit-scrollbar {
width: 5px !important;
}
::-webkit-scrollbar-track {
Expand All @@ -20,4 +20,4 @@ will be invisible, so set left to 0. */
}
::-webkit-scrollbar-thumb:window-inactive {
background: #aaa !important;
}
} */

0 comments on commit a8665ec

Please sign in to comment.