Invisible scrollbars broke overnight

I’ve been using this code to create invisible scrollbars:

.noscrollbars { -ms-overflow-style: none; // IE 10+ overflow: -moz-scrollbars-none; // Firefox } .noscrollbars::-webkit-scrollbar { display: none; // Safari and Chrome }

Last night it worked, today I go back to my site and it’s not working. What do I do?


Here’s what it looked like at 11pm last night:

Here’s what it looks like as of 9AM this morning…

Here is my site Read-Only: [LINK][1]
[POTSies](http://Potsies Example Page)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.