From 036509c47f05dbf88cc079303c89ef85f455ff92 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 1 Sep 2023 18:52:25 -0500 Subject: [PATCH] More css --- resources/widgets.scss | 9 +++++++++ templates/base.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/widgets.scss b/resources/widgets.scss index 085d508..791e90d 100644 --- a/resources/widgets.scss +++ b/resources/widgets.scss @@ -269,6 +269,15 @@ input { overflow-x: auto; overflow-y: hidden; + &::-webkit-scrollbar { + width: 0.1rem; // Adjust the width as needed + background-color: transparent; + } + + &::-webkit-scrollbar-thumb { + background-color: transparent; + } + > li { position: relative; display: block; diff --git a/templates/base.html b/templates/base.html index 70ec640..9688c7c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -202,7 +202,7 @@