MediaWiki:Mobile.css: Difference between revisions

Added comment linking back to Discord conversation about this. Might be a helpful way to provide context.
No edit summary
(Added comment linking back to Discord conversation about this. Might be a helpful way to provide context.)
Line 2: Line 2:


/* WORKAROUND FOR IOS BUG */
/* WORKAROUND FOR IOS BUG */
/* https://discordapp.com/channels/674958932938195015/705057437681713165/776124337496784907 */
.main-menu-mask {display: none;}
.main-menu-mask {display: none;}
#main-menu-input:checked ~.main-menu-mask {display: block;}
#main-menu-input:checked ~.main-menu-mask {display: block;}