Skip to content

Commit

Permalink
style(ui): 💄 fix css scrollbar corner
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Mar 16, 2024
1 parent 5111142 commit 652cee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,4 +511,8 @@ figure figcaption + div sub span {

::-webkit-scrollbar-thumb:hover {
background-color: var(--dark-100);
}

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

0 comments on commit 652cee0

Please sign in to comment.