Sha256: 518442f9d1e607db821ce3626acf6acf0bb28e750b31e8bbc4eb117eea2677c3
Contents?: true
Size: 1.08 KB
Versions: 21
Compression:
Stored size: 1.08 KB
Contents
@include screen { @include media(tablet) { $toc-width: 330px; .flexbox, .flexboxtweener { body { overflow: hidden; } .app-pane { display: flex; flex-direction: column; overflow: hidden; height: 100vh; } .app-pane__header { display: flex; flex-direction: column; flex: 1 0 auto; > * { flex: 1 0 auto; } } .app-pane__body { display: flex; flex: 1 1 100%; min-height: 0; position: relative; > * { overflow-x: scroll; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; } } .app-pane__toc { flex: 0 0 auto; width: $toc-width; border-right: 1px solid $grey-2; } .app-pane__content { flex: 1 1 auto; } } .no-flexbox.no-flexboxtweener, .no-js { .app-pane__toc { float: left; width: $toc-width; } .app-pane__content { margin-left: $toc-width; } } } }
Version data entries
21 entries across 21 versions & 2 rubygems