I need to hide the overflow scroll bar on Edge.
I have the current properties on the required scroll area and it's working in macos chrome/safari.
height: "240px", maxHeight: "240px", overflowY: "auto"
I also added the following
html {
-ms-overflow-style: -ms-autohiding-scrollbar;
}
Desire Behavior
The scroll bar should hide, unless user is scrolling.
How can I auto hide the bars?
question from:
https://stackoverflow.com/questions/65661435/css-overflow-auto-on-edge 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…