From bf2fbcb395a7d0bcee813f09818b82e68bdf5a16 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 26 Apr 2020 23:59:30 -0400 Subject: [PATCH] Fix issue with scrollbar always showing --- static/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/index.html b/static/index.html index 883a227e..65648dcc 100644 --- a/static/index.html +++ b/static/index.html @@ -11,9 +11,6 @@ html { height: 100%; } - body { - min-height: 100%; - } #results div.container:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px;