katja's git: oeffisearch

fast and simple tripplanner

commit 3325cf11f01583ffd494a07ae748053d27bb850f
parent 0af7a064e8981cacf75b5ccb6540c74d928488a7
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 17 Apr 2025 00:36:52 +0200

styles/overlays: fix dialog height on mobile
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/styles/overlays.css b/src/styles/overlays.css
@@ -77,6 +77,10 @@
 	.modal.dialog {
 		width: 100vw;
 		height: 100vh;
+
+		.body {
+			max-height: 100vh;
+		}
 	}
 }