From 2024f67dce1f3442aa3326a7da60071385643eb0 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 19 Dec 2016 14:50:44 +0100 Subject: [PATCH] make sure that header is always positioned at the top --- core/css/header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/header.css b/core/css/header.css index efdd3be7ce..67d21c53f9 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -277,6 +277,7 @@ .header-right { position: absolute; right: 0; + top: 0; padding: 7px 5px; color: #fff; height: 100%;