From 821405b2845a4200ecf909419d982f017942dd82 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 14 Jan 2026 12:34:30 +0000 Subject: [PATCH] fix(BOOK-742): Readded scroll-margin on facilities and activities on hotel pages Approved-by: Bianca Widstam --- .../ContentType/HotelPage/Facilities/facilities.module.css | 6 ++++++ .../HotelPage/TabNavigation/tabNavigation.module.css | 3 +++ 2 files changed, 9 insertions(+) diff --git a/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css b/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css index ff28142bc..1fd7f6074 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css @@ -4,7 +4,13 @@ gap: var(--Space-x2); } +.activityCards { + scroll-margin-top: var(--hotel-page-scroll-margin-top); +} + .facilityRow { + scroll-margin-top: var(--hotel-page-scroll-margin-top); + &:has(.imageWrapper) { display: grid; gap: var(--Space-x025); diff --git a/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css b/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css index 49a16e534..8fb755609 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css @@ -7,10 +7,13 @@ width: 100%; overflow: hidden; --gradient-color: var(--Surface-Secondary-Default); + &.isThemed { background-color: var(--Background-Primary); --gradient-color: var(--Background-Primary); + border-bottom-width: 0; } + &::before, &::after { content: "";