From 0a60661a413d8b0635941ad0cb7fd67d3f858e9a Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 16 May 2024 21:34:54 +0200 Subject: [PATCH] made the scrollbar so much more fuckable --- res/index/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/index/style.css b/res/index/style.css index 888c92d..07a0416 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -39,6 +39,11 @@ body background-color: #888; } +::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track +{ + border-radius: 5vh 5vh; +} + ::-webkit-scrollbar-thumb:hover { background-color: #555;