Set max-height on popup body Fixes #2886
| @@ -47,6 +47,10 @@ dialog { | ||
| 47 | 47 | padding: 1px; |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | +.popup:not(:has(.img_enlarged_container)) .popup-body { | |
| 51 | + max-height: 95dvh; | |
| 52 | +} | |
| 53 | + | |
| 50 | 54 | .popup .popup-content { |
| 51 | 55 | margin-top: 10px; |
| 52 | 56 | padding: 0 8px; |