From 149f52b33cfb206e2176ac472dd87ed5013e7b92 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 29 Aug 2022 16:55:32 -0500 Subject: [PATCH] Update:Scrollbar width and color for Firefox #950 --- client/assets/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/assets/app.css b/client/assets/app.css index f9999c7a..e870e766 100644 --- a/client/assets/app.css +++ b/client/assets/app.css @@ -22,6 +22,10 @@ #bookshelf { height: calc(100% - 40px); background-image: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f); + + /* For Firefox */ + scrollbar-width: thin; + scrollbar-color: #855620 rgba(0, 0, 0, 0); } .bookshelf-row {