Add support for certain missing scrollbars

This commit is contained in:
MrOtherGuy 2019-04-06 12:03:45 +03:00
parent b6aacebb5d
commit 2ac3b2b3bd

View file

@ -1 +1,8 @@
.panel-subview-body{ scrollbar-color: rgb(210,210,210) var(--uc-dark-bkgnd-color,var(--arrowpanel-background)); scrollbar-width: thin }
.panel-subview-body{
scrollbar-color: rgb(210,210,210) var(--uc-dark-bkgnd-color,var(--arrowpanel-background));
scrollbar-width: thin
}
#permList, scrollbar{
scrollbar-color: rgb(210,210,210) var(--uc-light-bkgnd-color,var(--arrowpanel-background));
scrollbar-width: thin
}