Skip to content

Commit

Permalink
add Custom Scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
le3tspeak committed Oct 15, 2024
1 parent 54da515 commit 5f126ff
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1701,4 +1701,19 @@ input, select, textarea {

body.is-preload #footer {
opacity: 0;
}
}

/* Custom Scrollbar */

::-webkit-scrollbar {
width: 15px;
}

::-webkit-scrollbar-track {
background: #292929;
}

::-webkit-scrollbar-thumb {
background: #0d54a5;
border-radius: 10px;
}

0 comments on commit 5f126ff

Please sign in to comment.