remove double scrollbars for collab demo for most screens

This commit is contained in:
Philipp Kühn
2021-02-04 11:46:09 +01:00
parent a38460c197
commit c23f31a757
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
border-bottom-width: 0;
color: $colorBlack;
background-color: $colorWhite;
max-height: unquote("max(300px, 60vh)");
max-height: unquote("max(300px, 70vh)");
overflow: auto;
scroll-behavior: smooth;
border: 3px solid $colorBlack;