Set max-height on popup body

Fixes #2886
This commit is contained in:
Cohee 2024-09-21 14:06:57 +03:00
parent 0c4366db44
commit 165cc39a9a

View File

@ -47,6 +47,10 @@ dialog {
padding: 1px;
}
.popup:not(:has(.img_enlarged_container)) .popup-body {
max-height: 95dvh;
}
.popup .popup-content {
margin-top: 10px;
padding: 0 8px;