diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index 402f332dc..8dc997fda 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -717,4 +717,16 @@ input[type="range"] { ::-webkit-scrollbar-button:horizontal { width: var(--scrollbar-start-end-gap); +} + +/* + * Firefox scrollbars + * + * Unsupported features: --scrollbar-thumb-thickness, --scrollbar-thumb-hover-thickness, + * --scrollbar-start-end-gap, --scrollbar-thumb-color-hover. + */ + +:root { + scrollbar-color: var(--scrollbar-thumb-color) transparent; + scrollbar-width: var(--scrollbar-thickness); } \ No newline at end of file