-
-
Filter and sort
- {/* TODO: Add filter and sort button */}
+
+
+
+ Filter and sort
+ {/* TODO: Add filter and sort button */}
+
+
+
-
-
)
}
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css
index adb35a386..17bf1b39e 100644
--- a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css
+++ b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css
@@ -5,6 +5,10 @@
display: none !important;
}
+.container {
+ height: 100%;
+}
+
.filterContainer {
display: flex;
justify-content: space-between;
@@ -16,6 +20,7 @@
z-index: 10;
background-color: var(--Base-Surface-Secondary-light-Normal);
padding: 0 var(--Spacing-x2);
+ height: 44px;
}
.filterContainer .closeButton {
diff --git a/types/components/hotelReservation/selectHotel/map.ts b/types/components/hotelReservation/selectHotel/map.ts
index 9d223d24d..0dfbe98a7 100644
--- a/types/components/hotelReservation/selectHotel/map.ts
+++ b/types/components/hotelReservation/selectHotel/map.ts
@@ -12,4 +12,5 @@ export interface SelectHotelMapProps {
coordinates: Coordinates
pointsOfInterest: PointOfInterest[]
mapId: string
+ isModal: boolean
}