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
This commit is contained in:
Matilda Haneling
2025-12-19 11:39:46 +00:00
parent 96b4e5a254
commit dba0c48df6
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {

View File

@@ -9,7 +9,7 @@
margin-bottom: 125px;
}
&.hasSpaPage.hasWellnessExercisePage {
&.hasSpaPage.hasWellnessPage {
margin-bottom: 201px;
}
}