diff --git a/apps/scandic-web/components/BookingWidget/bookingWidget.module.css b/apps/scandic-web/components/BookingWidget/bookingWidget.module.css index 3e5259ed0..bd3b526b7 100644 --- a/apps/scandic-web/components/BookingWidget/bookingWidget.module.css +++ b/apps/scandic-web/components/BookingWidget/bookingWidget.module.css @@ -13,6 +13,7 @@ width: 100%; padding: var(--Spacing-x3) var(--Spacing-x2) var(--Spacing-x7); position: fixed; + left: 0; bottom: -100%; transition: bottom 300ms ease; } @@ -34,6 +35,7 @@ } .wrapper[data-open="true"] .formContainer { + left: 0; bottom: 0; }