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); +}