style(next): restyle Firefox scrollbars

This commit is contained in:
Adorian Doran 2025-03-26 19:06:22 +02:00
parent c2d917b926
commit 4b9ea651a1

View File

@ -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);
}