From ef326a2193a386c1dc8ee53a84ae98e331d6164a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 2 Nov 2016 19:05:43 +0100 Subject: [PATCH] Fix width of project header when page is not fully loaded --- src/styles/_project.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_project.sass b/src/styles/_project.sass index 3f3f6a73..f63550c0 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -191,6 +191,8 @@ z-index: $z-index-base + 3 position: fixed top: $project_header-height + left: 0 + right: 0 height: $project_header-height min-height: $project_header-height width: auto