MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 10: Line 10:
   overflow-x: auto;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 900px) {
    .smartclear {
        clear: both;
    }
}
.filelisting {
    border: none;
    background: none;
    white-space: pre;
    width: auto;
    overflow: auto;
}
}