From 4850d3558ca41b4d518a2e5e001784ebc4f94528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 31 Oct 2017 14:54:22 +0100 Subject: [PATCH] Added background-color to match footer for overscroll on mac --- server/public/assets/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index f0393525..520c15af 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -8,6 +8,14 @@ 3.3 Search */ +html { + background: #2d2d2d; +} + +body { + background: white; +} + .admin_panel{ margin-top:100px; }