Sha256: 958073695fb080e0439711f01536c4995d9f77cfa03587f46caba8aed9ef26a8
Contents?: true
Size: 674 Bytes
Versions: 9
Compression:
Stored size: 674 Bytes
Contents
html, body { min-height: 100%; height: 100%; } html { position: relative; } body { display: flex; overflow: hidden; } .app-wrapper { flex: 1; display: flex; align-items: stretch; position: relative; overflow: hidden; width: 100%; min-width: 0; } .app-container { flex: 1; display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; } .app-main { flex: 1 0 auto; display: flex; flex-direction: column; } @include media-breakpoint-down(sm) { body { height: auto; } .app-container { padding-top: $header-height; -webkit-overflow-scrolling: auto; } }
Version data entries
9 entries across 9 versions & 1 rubygems