From 353eea7a9675847728350223b7e6a6536d2281ef Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Wed, 15 Apr 2020 20:09:34 +0200 Subject: [PATCH] let the user scroll the page --- public/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index d62a19d..e71d150 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -3,7 +3,7 @@ body { margin: 0px; height: calc(var(--vh, 1vh) * 100); width: 100%; - overflow: hidden; + overflow: scroll; } #whiteboardContainer {