Make sure the navbar content is not shifted because of scrollbars
https://github.com/twbs/bootstrap/issues/1648
This commit is contained in:
parent
56d5335e3f
commit
c17f4ec099
@ -3,6 +3,10 @@
|
|||||||
@header-bg: #094d75;
|
@header-bg: #094d75;
|
||||||
@icon-font-path: "fonts/";
|
@icon-font-path: "fonts/";
|
||||||
|
|
||||||
|
html {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user