fix ugly scroll animation for collab demo

This commit is contained in:
Philipp Kühn
2021-02-11 09:30:05 +01:00
parent 0177742e55
commit c879dc3a18

View File

@@ -141,7 +141,7 @@ export default {
.editor { .editor {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
max-height: 90vh; max-height: 400px;
color: #0D0D0D; color: #0D0D0D;
background-color: $colorWhite; background-color: $colorWhite;
border: 3px solid #0D0D0D; border: 3px solid #0D0D0D;