MediaWiki:Common.css: Difference between revisions
Updates for new skin and new main page. |
Fix for non-firefox browsers still showing sliding-gallery scrollbar |
||
| Line 7,000: | Line 7,000: | ||
overflow-x:scroll; | overflow-x:scroll; | ||
display:flex; | display:flex; | ||
scrollbar-width:none; | scrollbar-width:none; /* Firefox */ | ||
} | |||
.sliding-gallery > .gallery::-webkit-scrollbar{ | |||
display:none; /* Other browsers */ | |||
} | } | ||
/********************** | /********************** | ||
| Line 7,354: | Line 7,357: | ||
background:#ffffff; | background:#ffffff; | ||
text-align:center; | text-align:center; | ||
margin-top:10px; | margin-top:10px;s | ||
} | } | ||