Folgender Code funktioniert in FF 69 Nightly nicht mehr (zum Verändern der Farbe/Dicke der Scrollbar):
In FF 68 Beta klappt das noch. Welche Veränderungen sind notwendig ab FF 69?
Code
:root{
/* background color [1. color] // thumb/slider color [2. color] (Firefox 64+) *********/
scrollbar-color: darkblue burlywood;
/* size/width *************************************************************************/
/* scrollbar-width: auto; = default OS scrollbars
scrollbar-width: thin; = small scrollbars without buttons
scrollbar-width: none; = scrollbars are hidden
scrollbar-width: 17px; (not working yet, but might be supported in the future) */
scrollbar-width: thin;
}
Alles anzeigen