Skip to content

Commit

Permalink
Scrollbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Mar 11, 2024
1 parent a485b2b commit 40ee66b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion global.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ body {
}
body {
accent-color: #128a74;
}
* {
scrollbar-color: rgba(255, 255, 255, 0.24) var(--dark0);
}
::-webkit-scrollbar-thumb {
Expand All @@ -78,6 +80,8 @@ body {
}
body {
accent-color: #1bcbac;
}
* {
scrollbar-color: rgba(0, 0, 0, 0.24) var(--dark0);
}
::-webkit-scrollbar-thumb {
Expand All @@ -98,7 +102,7 @@ body {

/* Scrollbar */

body {
* {
scrollbar-width: thin;
}
body.disableScroll {
Expand Down

0 comments on commit 40ee66b

Please sign in to comment.