scaffolding.less 248 B

1234567891011
  1. //
  2. // Misago Global Scaffolding
  3. // --------------------------------------------------
  4. // Disable horizontal scroll on mobile displays top-most containers
  5. @media screen and (max-width: @screen-sm-max) {
  6. html, body {
  7. overflow-x: hidden;
  8. }
  9. }