Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Signed-off-by: CusMeDroid <[email protected]>
  • Loading branch information
CusMeDroid authored Mar 5, 2024
1 parent 4d27d9c commit 4d01984
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
* Suryo DwiJayanto
*/

::-webkit-scrollbar {
width: 5px;
height: 4px;
}
::-webkit-scrollbar-thumb {
background: #fdfdfd;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: #fdfdfd;
}

html {
scroll-behavior: smooth;
}
Expand Down

0 comments on commit 4d01984

Please sign in to comment.