let the user scroll the page

This commit is contained in:
Bea 2020-04-15 20:09:34 +02:00
parent 5098263d34
commit 353eea7a96
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ body {
margin: 0px;
height: calc(var(--vh, 1vh) * 100);
width: 100%;
overflow: hidden;
overflow: scroll;
}
#whiteboardContainer {