Set max-height on popup body Fixes #2886

165cc39a9ab8f560d9e00992496560cec930c792

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
public/css/popup.css+4 -0
@@ -47,6 +47,10 @@ dialog {
47 padding: 1px;47 padding: 1px;
48}48}
4949
50.popup:not(:has(.img_enlarged_container)) .popup-body {
51 max-height: 95dvh;
52}
53
50.popup .popup-content {54.popup .popup-content {
51 margin-top: 10px;55 margin-top: 10px;
52 padding: 0 8px;56 padding: 0 8px;