Sha256: a3e6e15150eb798cc46d6cd30957ef1f314e582e1827c38ab6633b82e445388d
Contents?: true
Size: 695 Bytes
Versions: 13
Compression:
Stored size: 695 Bytes
Contents
body { overflow: hidden; } .wrapper { position: relative; } body.without-site { .sidebar { left: -$sidebar_width; } } .sidebar { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; width: $sidebar_width; } .content { position: absolute; top: 0px; left: $sidebar_width; right: 0px; bottom: 0px; } .drawer { position: absolute; top: 0px; right: 0px; bottom: 0px; width: 100%; z-index: 990; &.small-width-drawer { width: $drawer_width; } > .inner { height: 100%; } } .scrollable { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; overflow: auto; > .main { height: 100%; } }
Version data entries
13 entries across 13 versions & 1 rubygems