gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
755 stars 237 forks source link

Firefox , IE and Edge native scrollbar #160

Open mrlouissimion opened 6 years ago

mrlouissimion commented 6 years ago

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

gromo commented 6 years ago

Just to make sure it's really scrollbar issue - can you check if behavior is the same on demo page?