From 443d69e75937e8c2a9044efdcedb95cede65b3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Sat, 20 Apr 2024 01:58:12 +0000 Subject: [PATCH] Add OnlyOffice height fix --- css/unround.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/unround.css b/css/unround.css index 9963235..7d5a4a2 100644 --- a/css/unround.css +++ b/css/unround.css @@ -83,3 +83,8 @@ select { .checkbox-content { border-radius: var(--border-radius-pill) !important; } + +/* Fix OnlyOffice app height */ +#onlyofficeFrame { + height: calc(100vh + 8px); +}