8 ms·
This should be fixed now
by khuknows 6y ago
This should be fixed now
- forgotmypw17 6y agoThank you so much, fixed indeeed! How did you fix it?
- khuknows 6y agoIt was a stupid mistake I made in the CSS after lazily copying it over from another site I made which was doing some weirder stuff with horizontal scrolling
- forgotmypw17 6y agoCan you please be a little more specific? The reason I ask is so that I can be more helpful when the issue comes up in other sites
- khuknows 6y agoI copied it from a previous site that had some weird scrolling requirements, so the top HTML element had width: 100%; height: 100%; overflow-y: hidden; on it, while the body element had overflow-x: hidden; width: 100%; height: 100%; on it. Getting rid of that fixed the issues (unsurprisingly!). I can't imagine many other sites made this mistake!