mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.

Home Page:https://mailinabox.email/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin panel modal confirmation box display off screen

johnjaylward opened this issue · comments

When using the admin panel, if a configuration screen has long y-scrolling (like the alias page), editing or deleting aliases makes the modal confirmation box appear off-screen. Due to the CSS overflow policy on the body tag when the modal is open, the confirmation box is not accessible.

The issue can be worked around only by entering "developer mode" in the browser and setting the body CSS overflow from "hidden" to "auto". As a simple fix, this works, but it would be preferable is the "modal" box could float instead.

I tested this in Firefox and Chrome, and the issue only appears to be an issue in Firefox.

commented

I think this happens on all of the pages that have an editable field and confirmation dialog.

Yes, any page that uses the modal confirmation dialogs.