Skip to content

Commit

Permalink
🎨 style
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Jul 8, 2024
1 parent 56879f0 commit 6d8aa16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ section#custom-bookmark-container {
main.custom-bookmark-body {
overflow-y: scroll;
&::-webkit-scrollbar {
width: 7px;
width: 8px;
}
&::-webkit-scrollbar-thumb {
border-width: 1px;
border-width: 3px;
}
&::-webkit-scrollbar-thumb:hover {
border-color: var(--b3-theme-primary-lighter);
border-width: 1px;
}
}
}
Expand Down

0 comments on commit 6d8aa16

Please sign in to comment.