Fixed 1 px first load issue (#3416)

Fix #3164

Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
George 2026-01-02 20:10:58 -03:00 committed by GitHub
parent f521c0ae5c
commit 71640bbda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ body {
body.fixed-top-nav {
// Add some padding for the nav-bar.
padding-top: 56px;
padding-top: 57px;
}
body.sticky-bottom-footer {