From 75a0ca4fb2ea5b66209a22f983667a171d3458ed Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 22 Dec 2023 14:25:26 +0100 Subject: [PATCH] css fix --- src/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 9820bc76..35742d78 100644 --- a/src/index.css +++ b/src/index.css @@ -12,7 +12,7 @@ .tw-modal { z-index: 1200 !important; - max-height: calc(100dvh - 2em); + max-height: 100dvh; } .tw-modal-box { @@ -29,8 +29,6 @@ margin-bottom: 1rem; background-color: theme('colors.base-100'); color: theme('colors.base-content'); - - } :root {