Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 68: Line 68:
     .navbox-group {
     .navbox-group {
         text-align: left !important;
         text-align: left !important;
    }
    .navbox-list ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
     }
     }
}
}