From dba0c48df6a7ce411505cb63f04aef3b5c1d22b1 Mon Sep 17 00:00:00 2001 From: Matilda Haneling Date: Fri, 19 Dec 2025 11:39:46 +0000 Subject: [PATCH] Merged in fix/book-679-sidepeeks-heading-overlap (pull request #3375) fix(BOOK-679): updated z-index for sidepeeks CTA buttons * fix(BOOK-679): updated z-index for sidepeeks CTA buttons * fixed unavailable buttons Approved-by: Anton Gunnarsson --- .../RestaurantBarItem/restaurantBarItem.module.css | 1 + .../WellnessAndExercise/wellnessAndExercise.module.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css index 6a823e980..3cae679ac 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css @@ -11,6 +11,7 @@ gap: var(--Space-x1); color: var(--Text-Interactive-Default); align-items: center; + z-index: 1; /* Hack to make it look like the heading has a background which covers the top of the sidepeek */ &::before { diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css index 4b44588fc..a906534df 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css @@ -9,7 +9,7 @@ margin-bottom: 125px; } - &.hasSpaPage.hasWellnessExercisePage { + &.hasSpaPage.hasWellnessPage { margin-bottom: 201px; } }