1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
html { overflow-y: scroll; &.touch .tooltip { display: none !important; } body { padding-top: $header-height; text-rendering: geometricPrecision; } } .container { padding-top: 0; z-index: 5; } .container .content { margin: 0 0; } .navless-container { margin-top: 30px; } .container-limited { max-width: $fixed-layout-width; }