diff options
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 3ca0d804443..ee524d336f5 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -175,7 +175,7 @@ body { -ms-user-select: none; user-select: none; display: flex; - top: 0; + top: $header-height; } /* position controls for apps with app-navigation */ |