From 869bad74542107e43d2712b8c703ab2b0dc9b756 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Fri, 22 Feb 2019 15:18:39 -0500 Subject: [PATCH] fix scrollbar issue on windows --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e982225..ecf2083 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +body { + overflow: hidden; +} + #header { height: 30px; width: calc(100vw - 20px); @@ -145,4 +149,4 @@ #current h2.onLoan { font-weight: bold; -} \ No newline at end of file +}