Remove Custom Scroll Bar
-
Need some help removing the custom scroll bar and going back to a default one. I have tried to override the styles using css like this for example:
::-webkit-scrollbar {?
display: none;
}also tried this:
::-webkit-scrollbar {?
width: auto?!important;?
height: auto?!important;?
display: block?!important;?
background: transparent?!important;
}Let me know if you have any suggestions, thanks.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.