diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx index f3d920fb7..29d16df1a 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx @@ -81,7 +81,7 @@ export default async function SelectHotelPage({ keepSearchParams > {intl.formatMessage({ id: "Show map" })} - + diff --git a/app/globals.css b/app/globals.css index 4a8b655c1..3a6b68d69 100644 --- a/app/globals.css +++ b/app/globals.css @@ -106,14 +106,14 @@ --max-width-navigation: 89.5rem; --main-menu-mobile-height: 75px; - --main-menu-desktop-height: 118px; + --main-menu-desktop-height: 129px; --booking-widget-mobile-height: 75px; --booking-widget-desktop-height: 77px; --hotel-page-map-desktop-width: 23.75rem; /* Z-INDEX */ - --header-z-index: 10; - --menu-overlay-z-index: 10; + --header-z-index: 11; + --menu-overlay-z-index: 11; --dialog-z-index: 9; --sidepeek-z-index: 100; --lightbox-z-index: 150; diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx b/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx index bdbadc7e8..ee1f1bf9a 100644 --- a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx +++ b/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx @@ -41,7 +41,11 @@ export default function Pagination({ handlePageChange(currentPage - 1) }} > - + {[...Array(pageCount)].map((_, idx) => ( - + ) diff --git a/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx b/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx index e988ef1c8..373d68254 100644 --- a/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx +++ b/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx @@ -24,7 +24,7 @@ export default function ShowMoreButton({ theme="base" intent="text" > - + {intl.formatMessage({ id: "Show more" })} diff --git a/components/Breadcrumbs/BreadcrumbsSkeleton.tsx b/components/Breadcrumbs/BreadcrumbsSkeleton.tsx index 6841c2dba..68004a81e 100644 --- a/components/Breadcrumbs/BreadcrumbsSkeleton.tsx +++ b/components/Breadcrumbs/BreadcrumbsSkeleton.tsx @@ -11,7 +11,12 @@ export default function BreadcrumbsSkeleton() { -