From c14c9717b7844074e8e090aa4fad3440e0e2f823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 3 Oct 2017 15:38:49 +0200 Subject: [PATCH] Fixing weird visual bug on frontpage for firefox --- server/public/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 5e1d32d7..daa9696f 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -613,7 +613,7 @@ nav .brand-logo-navigate{ background-color:rgba(45,45,45,1); position: fixed; z-index: 10; - width: calc(100vw - 8px); + /*width: calc(100vw - 8px);*/ overflow: hidden; }