Limit height of enlarged image prompt
| @@ -4549,6 +4549,13 @@ a { | ||
| 4549 | 4549 | padding: 1em; |
| 4550 | 4550 | } |
| 4551 | 4551 | |
| 4552 | +.img_enlarged_container pre { | |
| 4553 | + max-height: 25vh; | |
| 4554 | + max-height: 25svh; | |
| 4555 | + flex-shrink: 0; | |
| 4556 | + overflow: auto; | |
| 4557 | +} | |
| 4558 | + | |
| 4552 | 4559 | .popup:has(.img_enlarged.zoomed).large_dialogue_popup { |
| 4553 | 4560 | height: 100vh !important; |
| 4554 | 4561 | height: 100svh !important; |