ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 6baba65c0c53cc1adb2797605273e3a369e9e509
parent 267e7545147a32fa309833a85d2af8fa51ca65ee
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Fri, 10 Oct 2014 19:38:27 +0400

Add padding-bottom: @navbar-height, overflow-y: scroll

Diffstat:
Msrc/styles/navbar.less | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/styles/navbar.less b/src/styles/navbar.less @@ -4,8 +4,9 @@ @import "../../node_modules/bootstrap/less/navbar.less"; -html { - padding-top: @navbar-height; +body { + padding: @navbar-height 0; + overflow-y: scroll; } .navbar-top {