Go to:
I expect a larger PopUp with more spaced out elements.
I expect a larger PopUp with more spaced out elements.
Labels |
Added:
?
|
Layout is using jviewport-width60 instead of jviewport-width80, which sets the modal to 60% of the viewport width.
.modal-dialog.jviewport-width60 {
width: 60vw;
max-width: none;
}
Changing the modal to use jviewport-width80 for smaller screens would resolve the issue.
The modal also has a height setting locked in that sees the menu tree overflow off the bottom of the modal as it uses 50vh.
.jviewport-height50 {
height: 50vh;
}
Additionally, same problem occurs when you click on Manage Folders
Issue confirmed here on Firefox.
Also for Manage Folders where Close and Delete buttons are broken.
Please propose patch
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-10 13:33:12 |
Closed_By | ⇒ | roland-d |
cant confirm modal-size-issue (macos).
firefox
safari