You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
On IE and MS Edge the native scrollbar was always appearing behind the scrollbar-macosx.
Solution for IE and EDGE:
Adding to .scroll-wrapper{
-ms-overflow-style : none
}
For Firefox on Windows 10 the native scroll look is showing behind the scrollbar-macosx. Any fix for this?
I am using Bootstrap v 3.3.7
The text was updated successfully, but these errors were encountered: