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 {
4747 padding: 1px;
4848}
4949
50+.popup:not(:has(.img_enlarged_container)) .popup-body {
51+ max-height: 95dvh;
52+}
53+
5054.popup .popup-content {
5155 margin-top: 10px;
5256 padding: 0 8px;