Fixed 1 px first load issue (#3416)
Fix #3164 Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
parent
f521c0ae5c
commit
71640bbda3
@ -19,7 +19,7 @@ body {
|
|||||||
|
|
||||||
body.fixed-top-nav {
|
body.fixed-top-nav {
|
||||||
// Add some padding for the nav-bar.
|
// Add some padding for the nav-bar.
|
||||||
padding-top: 56px;
|
padding-top: 57px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.sticky-bottom-footer {
|
body.sticky-bottom-footer {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user