From 442213fbe13eed248d9b82da60407276d53eaeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 24 Apr 2024 08:46:45 +0200 Subject: [PATCH] fix: Make edit mode in interactive widgets opt-in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/view/Office.vue | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/src/view/Office.vue b/src/view/Office.vue index 3170ce7804..3bc2099bd0 100644 --- a/src/view/Office.vue +++ b/src/view/Office.vue @@ -21,7 +21,7 @@ --> @@ -490,6 +514,19 @@ export default { } } + &__embedding { + min-height: 400px; + + .toggle-interactive { + position: sticky; + bottom: 12px; + right: 12px; + z-index: 1; + margin-left: auto; + margin-right: 0; + } + } + &__iframe { width: 100%; flex-grow: 1;