We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6612f0 commit 2dea077Copy full SHA for 2dea077
1 file changed
src/assets/global.scss
@@ -244,7 +244,7 @@ dialog {
244
left: 50%;
245
width: 100%;
246
max-width: 25rem;
247
- max-height: 85dvh;
+ max-height: 100dvh;
248
padding: 0;
249
color: var(--base);
250
background-color: var(--background);
@@ -276,7 +276,6 @@ dialog {
276
}
277
@media (width <= 600px) {
278
max-width: 100dvw !important;
279
- max-height: 100dvh !important;
280
281
282
.container {
0 commit comments