About this board

107.131.206.241 (talkcontribs)

Hi, can you explain in more detail where you put this code to fix the overlapping?

Issues with very small screens[edit source]

On small screens (in particular smartphones) there appear a few issues with overlapping content etc wich makes it difficult to use there. I’ve added a bit css, so this does not concern me on wmf-wikis:

.oo-ui-clippableElement-clippable {
	width:auto !important;
}
.oo-ui-popupWidget-popup {
	width:auto !important;
	max-width:400px !important;
}
@media screen and (max-width: 500px) {
	#p-logo-text {
		display:none;	
	}
	#hauptseite {
		display:block;
		width:auto;
	}
} 
.suggestions {
	z-index: 100 !important;
	margin-top:50px;
}

regards –KPFC (talk) 18:19, 28 January 2018 (UTC) [edited –KPFC (talk) 15:06, 1 May 2018 (UTC)]

KPFC (talkcontribs)

I put it into my m:User:KPFC/global.css on Meta, so that it is inherited on any wiki for me--unfortunately there is no global per-skin customization KPFC (talk) 07:40, 3 May 2018 (UTC)

Reply to "CSS for Timeless"
There are no older topics