From fbe5fd8c19806adec3579ee21d729c4e59da2d7a Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Mon, 7 Oct 2024 12:50:09 +0200 Subject: [PATCH] Refactor date calendar styling for smaller mobile screens --- src/stories/Library/date-calendar/date-calendar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/stories/Library/date-calendar/date-calendar.scss b/src/stories/Library/date-calendar/date-calendar.scss index 23e0ac9d0..d1b583d03 100644 --- a/src/stories/Library/date-calendar/date-calendar.scss +++ b/src/stories/Library/date-calendar/date-calendar.scss @@ -20,10 +20,10 @@ $selected-date-background: rgb(0, 105, 255); // People had troubles scrolling when the calendar is open (possible, but users // can't figure it out. &.open.rangeMode { - @include media-query(calc(map_get($breakpoints, "x-small") + 1px), "max-width") { - left: -$s-xl; - top: -$s-4xl; - } + @include media-query(calc(map_get($breakpoints, "x-small") + 1px), "max-width") { + left: -$s-xl; + top: -$s-4xl; + } }