From c3e1f4d6eee3df0304fc017540632170282c6a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 2 Feb 2021 22:20:16 +0100 Subject: [PATCH] improve iframe maxheight scrolling --- docs/src/components/Demo/style.scss | 1 - docs/src/components/DemoFrame/index.vue | 3 ++- .../demos/Examples/CollaborativeEditing/index.vue | 1 - docs/src/main.js | 15 +++++++++++++-- docs/src/templates/DemoPage/index.vue | 7 +++++-- docs/src/templates/DemoPage/style.scss | 3 +-- 6 files changed, 21 insertions(+), 9 deletions(-) diff --git a/docs/src/components/Demo/style.scss b/docs/src/components/Demo/style.scss index 6d160ae5a..aaa28ad50 100644 --- a/docs/src/components/Demo/style.scss +++ b/docs/src/components/Demo/style.scss @@ -3,7 +3,6 @@ border-radius: 0.75rem; &__preview { - padding: 1.25rem; border-top-left-radius: inherit; border-top-right-radius: inherit; border-bottom-width: 0; diff --git a/docs/src/components/DemoFrame/index.vue b/docs/src/components/DemoFrame/index.vue index 5960ab372..abf8ddb4b 100644 --- a/docs/src/components/DemoFrame/index.vue +++ b/docs/src/components/DemoFrame/index.vue @@ -5,7 +5,7 @@