How to set the default scroll bar style of Firefox browser with css

can the style of Firefox scroll bar be customized

May.13,2022

you can try the following property settings:

scrollbar-3d-light-color sets or retrieves the bright border color of the scroll bar
scrollbar-highlight-color sets or retrieves the bright edge (ThreedHighlight) color of the scroll bar 3D interface
scrollbar-face-color sets or retrieves the color of the scroll bar 3D surface (ThreedFace)
scrollbar-arrow-color sets or retrieves the color of the scroll bar direction arrow
scrollbar-shadow-color setting or retrieves the dark edge (ThreedShadow) color of the scroll bar 3D interface
scrollbar-dark-shadow-color setting or Retrieve the scroll bar dark border (ThreedDarkShadow) color
scrollbar-base-color sets or retrieves the scroll bar base color. Other interface colors will be automatically adjusted accordingly


Firefox can't directly hide the custom style

.
-ms-overflow-style:none;
overflow:-moz-scrollbars-none;
Menu