Changes

MediaWiki:Common.css

150 bytes removed, 25 July
Undo revision 22211 by Sab (talk)
/* Adds a horizontal scrollbar for better navigation in-case there's too many tabbers */
.ul.tabbernav {
display: flex;
overflow-x: hidden; /* Initially hide the scrollbar */ white-space: nowrapscroll;
line-height: 18px !important;
max-width: 50%;
}
 
.ul.tabbernav.overflow {
overflow-x: scroll; /* Show the scrollbar when needed */
}
WikiDefender
532
edits