Skip to content

Commit

Permalink
remove blue scrollbar (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wilson committed Jul 19, 2023
1 parent ef07acf commit 9dc2ef4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@
box-sizing: border-box;
}

::-webkit-scrollbar {
width: initial;
}

::-webkit-scrollbar-thumb {
border: 2px solid transparent;
border-radius: 5px !important;
box-shadow: inset 0 0 0 6px var(--color-primary-7);
}

::-webkit-scrollbar-thumb:window-inactive {
box-shadow: inset 0 0 0 6px var(--color-primary-7);
}

::-webkit-scrollbar-thumb:hover {
box-shadow: inset 0 0 0 6px var(--color-primary-9);
}

::-webkit-scrollbar-corner {
background: transparent;
}

body {
font-family: var(--font-family-primary);
font-size: $font-size-base;
Expand Down

0 comments on commit 9dc2ef4

Please sign in to comment.