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

Skip to content

onlyoffice sheet tab driven out of viewport by recovery-email-banner

The problem

Since the recovery-email-banner was introduced, the bottom sheet-tabs in onlyoffice calc documents is hidden / out of view.

(Nextclouds default public share theme also hides the sheet tabs, though I'd see the banner central to this issue)

Steps to reproduce

Try to navigate to the bottom sheet tab on any onlyoffice calc document. There's no alternative UI to access it either.

Technical details

two users reported this:

as the banner is fixed to the top, the reference hight changes and moves the sheet tabs out of view.

Workarounds

ublock rules:

murena.io##.recovery-email-banner
murena.io###body-public:style(--footer-height: 0 !important;)

Solutions

  1. introduce a javascript close button that removes the parent div (and a cookie to remember?)
  2. or adjust total height of onlyoffice to take banner into account