Merge pull request #422 from kiwix/rgaudin/taskbar-height

Adjust body padding-top for taskbar
This commit is contained in:
Kelson 2020-11-04 15:13:18 +01:00 committed by GitHub
commit 7e2d174cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ label[for=kiwixsearchbox] {
} }
body { body {
padding-top: 3em !important; padding-top: calc(3em - 5px) !important;
} }
/* Try to fix buggy stuff in jquery-ui autocomplete */ /* Try to fix buggy stuff in jquery-ui autocomplete */