Latest comment: 2 August 20121 comment1 person in discussion
pre { overflow: auto; }
Please add this simple style, it will add scroll bars when necessary instead of breaking the page.– xPaw at 17:28, 2 August 2012 (UTC)
Latest comment: 7 August 20257 comments5 people in discussion
There is a CSS media query [1] that lets websites detect whether the user has dark mode on or not. It can also be detected from javascript (also explained in [2]). I think the Minecraft Wiki should follow this setting.
Peter Smith (talk) 21:36, 12 February 2024 (UTC)
We do best-effort support and progressive enhancement for nojs environments. This is not a critical site feature so we'll allow it to not work. GIMDianliang233 (talk) 10:10, 7 August 2025 (UTC)
Latest comment: 7 August 20254 comments2 people in discussion
The site's currently unusable if you're a person with low vision and need to zoom in beyond 140%; even WCAG requires a minimum of 200% scaling. Therefore I propose to import here this stylesheet from my userpage, which enables zooming in up to 470%.
Despite using max-width media queries, this won't affect people visiting our site with a 1024x768 monitor or people using desktop version on mobile, as the current width value on the <meta name="viewport"> tag is 1120, i.e. these people will always get a 1120px-wide version of the site if they don't zoom in, all while the first breaking point in my stylesheet is 1068px. Fatya (talk) 09:45, 7 August 2025 (UTC)
What specific issues are you noticing when zooming in? Could you show me some examples, ideally with screenshots? Zoom is working fine for me all the way to 500% (browser limit), so I don't know what issues you are referring to. -- 👁 Image MarkusRost (talk) 10:23, 7 August 2025 (UTC)
👁 Image Top right navigation overflowing and interfering with main page's top buttons.
👁 Image Top right navigation overflowing and making page's title unreadable.