mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
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;
|
||||
@icon-font-path: "fonts/";
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
border-radius: 0;
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user