Update:Scrollbar width and color for Firefox #950

This commit is contained in:
advplyr 2022-08-29 16:55:32 -05:00
parent 575ec9d00b
commit 149f52b33c

View File

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