diff options
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index f8cb96e0054..0c3230a684b 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -587,7 +587,8 @@ kbd { box-sizing: border-box; position: relative; display: flex; - margin-top: $header-height; + // padding is included in height + padding-top: $header-height; min-height: 100%; } |