// // Misago Global Scaffolding // -------------------------------------------------- // Disable horizontal scroll on mobile displays top-most containers @media screen and (max-width: @screen-sm-max) { html, body { overflow-x: hidden; } }