From cf8fd5d9786bd9f8440afceecebc0f759aa8526c Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Wed, 4 Dec 2024 15:11:35 +0100 Subject: [PATCH] fix(SW-1111) fix filter hiding search --- .../SelectHotel/SelectHotelMap/selectHotelMap.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css index 0d860f73b..73d193131 100644 --- a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css +++ b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css @@ -49,5 +49,6 @@ .filterContainer { justify-content: flex-end; padding: 0 0 var(--Spacing-x1); + position: static; } }