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 +}