From 6bdb64751997b02a828cdaaacadc10e5ab1c068f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 17 Oct 2023 10:11:52 +0200 Subject: [PATCH] fix: viewer positioning 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/Office.vue b/src/view/Office.vue index 4dccf57e28..1d2b6b160b 100644 --- a/src/view/Office.vue +++ b/src/view/Office.vue @@ -445,5 +445,6 @@ export default { height: 100vh; height: 100dvh; top: -50px; + position: absolute; }