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

Commit d43d4b3d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix(onlyoffice): adjust iframe height to ensure bottom bar is visible

parent a12d2e18
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -423,6 +423,10 @@ input.primary,
#body-public.onlyoffice-inline #content.app-files_sharing{
    padding-bottom: unset;
}
#body-user #content.app-onlyoffice #app > iframe {
    height: calc(100dvh - 106px);
    margin-top: 0px;
}
#header #notifications .notifications-button__icon {
    display: none;
}