diff --git a/src/view/Office.vue b/src/view/Office.vue index 3170ce780..3bc2099bd 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;