Fix popup height on iPhone

This commit is contained in:
Cohee 2024-06-28 16:58:37 +03:00
parent 89e5562494
commit 889a552629

View File

@ -32,7 +32,7 @@ dialog {
flex-direction: column;
overflow: hidden;
width: 100%;
height: 100%;
height: auto;
padding: 1px;
}