From 0cf71f4af4e1a34ccb88fd6cb6e0d322e7b16e25 Mon Sep 17 00:00:00 2001 From: 3C <5050513+catz85@users.noreply.github.com> Date: Sun, 24 Mar 2019 04:10:30 +0100 Subject: [PATCH] Update custom.css Fix styling --- server/static/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/static/css/custom.css b/server/static/css/custom.css index f49372a..7b10a69 100644 --- a/server/static/css/custom.css +++ b/server/static/css/custom.css @@ -1,5 +1,7 @@ body { height: 100%; + margin: 0; + overflow: hidden; } #image-map {