Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 889e0bef authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix(onlyoffice): ensure bottom bar visible by adjusting iframe height for existing files

parent d43d4b3d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -427,6 +427,10 @@ input.primary,
    height: calc(100dvh - 106px);
    margin-top: 0px;
}
#body-public #content.app-public #app > iframe {
    height: calc(100dvh - 106px);
}

#header #notifications .notifications-button__icon {
    display: none;
}