From c1148bcbdac3844564a9fe4847e566ea5d12ad1b Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 15 Jan 2021 21:11:29 +0100 Subject: [PATCH] Fix datepicker popup not fully aligned on mobile --- src/styles/components/datepicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/datepicker.scss b/src/styles/components/datepicker.scss index fb0c610b9..901c95376 100644 --- a/src/styles/components/datepicker.scss +++ b/src/styles/components/datepicker.scss @@ -62,7 +62,7 @@ } @media screen and (max-width: ($tablet)) { - width: calc(100vw - 4rem); + width: calc(100vw - 5rem); } } } \ No newline at end of file