Skip to content

Commit

Permalink
scrollbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
imbant committed Aug 4, 2023
1 parent 997624f commit 40f481a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions themes/maupassant/source/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
overflow: overlay;
}

::-webkit-scrollbar-track
{
border: 1px solid black;
background-color: white;
}

::-webkit-scrollbar
{
width: 10px;
background-color: white;
}

::-webkit-scrollbar-thumb
{
background-color: #000000;
}

.body_container {
Expand Down

0 comments on commit 40f481a

Please sign in to comment.