fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 331 forks source link

fix(core): use scrollbar-width and color on firefox only #3010

Closed lubber-de closed 6 months ago

lubber-de commented 7 months ago

Description

The scrollbar-width and scrollbar-color properties are also supported by Chromium based Browsers nowadays (Since 121). However, the properties in chromium based browsers don't visually work the same (and old FUI) way as it does in firefox.

This PR makes sure those CSS properties are only applied in firefox so chromium based browsers will still only use the old ::-webit-scrollbar-xxxx approach.

Closes

3002