diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 18f2780da79..ec89e2e575d 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -5,15 +5,10 @@ ::-webkit-scrollbar { height: 10px; width: 8px; - background: rgba(0, 0, 0, 0.233); + background: rgba(0, 0, 0, 0.4); padding-right: 10; } -/* hide scroolbars on body */ -body::-webkit-scrollbar { - display: none; -} - ::-webkit-scrollbar-thumb { background: black; border-radius: 1ex; @@ -27,7 +22,7 @@ https://syntackle.com/blog/changes-to-scrollbar-styling-in-chrome-121/ @supports not selector(::-webkit-scrollbar) { html { scrollbar-width: thin; - scrollbar-color: rgba(0, 0, 0, 0.233); + scrollbar-color: rgba(0, 0, 0, 0.4); } }