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)]