From 4885397adbce2ca88665419c9f2e48aeb9655129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Miko=C5=82ajczyk?= Date: Fri, 11 Oct 2024 14:59:41 +0200 Subject: [PATCH] HOTFIX: calendar desktop position --- .../LayoutTopBarCalendar/LayoutTopBarCalendar.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/shared/Layout/LayoutTopBarCalendar/LayoutTopBarCalendar.module.scss b/client/src/components/shared/Layout/LayoutTopBarCalendar/LayoutTopBarCalendar.module.scss index b7c0321feb..9c15ee260f 100644 --- a/client/src/components/shared/Layout/LayoutTopBarCalendar/LayoutTopBarCalendar.module.scss +++ b/client/src/components/shared/Layout/LayoutTopBarCalendar/LayoutTopBarCalendar.module.scss @@ -18,7 +18,7 @@ } .desktopCalendarWrapper { - position: absolute; + position: fixed; max-width: 105.6rem; z-index: $z-index-7;