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 @@