diff --git a/apps/scandic-web/components/BookingWidget/bookingWidget.module.css b/apps/scandic-web/components/BookingWidget/bookingWidget.module.css index f20724e75..02ee42bac 100644 --- a/apps/scandic-web/components/BookingWidget/bookingWidget.module.css +++ b/apps/scandic-web/components/BookingWidget/bookingWidget.module.css @@ -4,6 +4,11 @@ width: 100%; } +/* Make sure Date Picker is placed on top of other sticky/fixed components */ +.wrapper:has([data-isopen="true"]) { + z-index: 100; +} + .formContainer { display: grid; grid-template-rows: auto 1fr;