• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

AnandTech Dark style adds a horizontal scroll bar

moinmoin

Diamond Member
Since the most recent update (2019-09-05?) the Dark style ("AnandTech Dark") now is always too wide by a couple pixels forcing the browser to display a horizontal scroll bar at the bottom. This is pretty annoying. Reproducible in both Chrome and Opera for me.
 
Looks like the issue has been resolved already? In any case I can't reproduce it anymore now, thanks for the quick fix.
 
This showed up for me today, not sure if a change has been made?

DimwittedLastingHeterodontosaurus.png


If I make my window SMALLER, it goes away?

JumpyPaltryElephantbeetle.png
 
Dark style is SUPPOSED to be hard to read ! It's only for the leet.

They should also change the font to a very tiny one.
 
Well added a temporary fix in stylus since this doesn't seem to be being looked at.

CSS:
html {
  overflow-x: hidden;
}
 
Up! Issue still not fixed
Browser: Firefox 88.0
Resolution: 1080p

Yeah, doubt it's going to be fixed at any point, but I only notice it when I break stylus accidentally 🙂 Though I will say this works better than my previous post:

Code:
body {
    overflow: hidden;
}
 
I didn't even know AT had a dark style! I love it.

....except mine also shows a side scroll bar on the bottom.

Firefox here as well w/ 1080P resolution.
 
Bumping here because I never had this issue on desktop, but this week it started out of nowhere.

If my browser window is not a specific width or wider, there is a horizontal scrollbar for just a few pixels. It is present at any smaller width, despite the forum display scaling/shrinking with a smaller window.

Chrome - If the window is not 1964px or wider
Version 94.0.4606.61 (Official Build) (64-bit)

Edge - If the window is not 2160px or wider (the width of my display)
Version 94.0.992.31 (Official build) (64-bit)

Display resolution is 2160x3840 (4k portrait mode)

Again, only in dark mode.
 
Back
Top