thin scrollbars on firefox fix

This commit is contained in:
anapnoe
2023-02-16 00:03:52 +02:00
parent f55e74dc6d
commit 764e1d8635
+10 -2
View File
@@ -1,3 +1,11 @@
/*
Theme Name: DarkUX
Author: anapnoe
Author URI: https://github.com/anapnoe/stable-diffusion-webui
Version: 1.0
License: GNU General Public License
*/
:root, *, :before, :after
{
@@ -2826,8 +2834,8 @@ input[type=range]::-moz-range-track {
background-color: var(--input-bg-color);
}
[id$=2img_results],
[id$=2img_settings_scroll]
[id$="2img_results"],
[id$="2img_settings_scroll"]
{
scrollbar-color: var(--panel-bg-color) var(--main-bg-color) !important;
scrollbar-width: thin !important;