From cfbff9e81fc81c2bb7e25486c6cd73c32fa8ca62 Mon Sep 17 00:00:00 2001 From: Imam Assidiqqi Date: Wed, 15 Feb 2017 18:09:01 +0700 Subject: [PATCH] Set z-index to 1 on header to fix styling bug Sometimes fields is hovering over the header --- public/css/loopbackStyles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/loopbackStyles.css b/public/css/loopbackStyles.css index 77abe15..56d9d11 100644 --- a/public/css/loopbackStyles.css +++ b/public/css/loopbackStyles.css @@ -25,6 +25,7 @@ body #header { position: fixed; width: 100%; top: 0; + z-index: 1; } body #header a#logo {