From 2dbe0d1f08d95ae2a0e0baac7734d0eeb3504326 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Mon, 7 Oct 2024 14:09:03 +0200 Subject: [PATCH] Refactor date calendar styling for smaller mobile screens - prettier --- src/stories/Library/date-calendar/date-calendar.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stories/Library/date-calendar/date-calendar.scss b/src/stories/Library/date-calendar/date-calendar.scss index c01a1ed08..d8ac5af4b 100644 --- a/src/stories/Library/date-calendar/date-calendar.scss +++ b/src/stories/Library/date-calendar/date-calendar.scss @@ -20,7 +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") { + @include media-query( + calc(map_get($breakpoints, "x-small") + 1px), + "max-width" + ) { left: -$s-xl; top: -$s-4xl; }