let the user scroll the page
This commit is contained in:
parent
5098263d34
commit
353eea7a96
@ -3,7 +3,7 @@ body {
|
||||
margin: 0px;
|
||||
height: calc(var(--vh, 1vh) * 100);
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
#whiteboardContainer {
|
||||
|
Loading…
Reference in New Issue
Block a user