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; }