From c879dc3a18e7ed7195b0ae494bb4e99a3b4e25f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 11 Feb 2021 09:30:05 +0100 Subject: [PATCH] fix ugly scroll animation for collab demo --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 8c9afaf5..1eefe559 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -141,7 +141,7 @@ export default { .editor { display: flex; flex-direction: column; - max-height: 90vh; + max-height: 400px; color: #0D0D0D; background-color: $colorWhite; border: 3px solid #0D0D0D;