From a3092e8efbf4255f2edc72757ab07ba83267da34 Mon Sep 17 00:00:00 2001 From: rolandpo Date: Tue, 8 Aug 2023 22:47:24 +0200 Subject: [PATCH] scrollable geofence modal --- client/styles/globals.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/styles/globals.css b/client/styles/globals.css index 84dfb71f..0812920b 100644 --- a/client/styles/globals.css +++ b/client/styles/globals.css @@ -198,6 +198,8 @@ a { max-width: 469px; width: 100%; margin: 0 auto; + max-height: calc(100vh - 56px); + overflow-y: auto; } .geofence-modal .header { @@ -246,7 +248,7 @@ a { line-height: 28px; letter-spacing: 0em; text-align: left; - margin: 0; + margin-top: 22px; } .geofence-modal .body {