Make sure the navbar content is not shifted because of scrollbars

https://github.com/twbs/bootstrap/issues/1648
This commit is contained in:
vitaut 2015-05-19 08:30:16 -07:00
parent 56d5335e3f
commit c17f4ec099

View File

@ -3,6 +3,10 @@
@header-bg: #094d75;
@icon-font-path: "fonts/";
html {
overflow-y: scroll;
}
.navbar {
border-radius: 0;
margin-bottom: 0;