From 8ddca50c55da606f821397907e9de6e5be2ff713 Mon Sep 17 00:00:00 2001 From: Gunwant Jain Date: Sat, 15 May 2021 14:29:02 +0530 Subject: [PATCH] base.html: re-add scroll bars My only grief with scroll bars was not even with scroll bars, but FF's shitty contrast breaking scroll bars in dark backgrounds. Fortunately that has been settled for in the latest beta. Also I was missing using a scrollbar on the pastebin :p Signed-off-by: Gunwant Jain --- templates/base.html.tera | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/templates/base.html.tera b/templates/base.html.tera index 3db7324..3882252 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -29,17 +29,6 @@ color: #5c6773; } - /* remove scrollbar */ - html { - overflow: scroll; - overflow-x: hidden; - scrollbar-width: none; - } - ::-webkit-scrollbar { - width: 0px; - background: transparent; - } - ::selection { /* text selection color make sure to change to your your preferred color if changing the default colorscheme */