Merged in fix/SW-2886 (pull request #2468)

fix(SW-2886): Increase BookingWidget z-index if any field expanded

* fix(SW-2886): Increase BookingWidget z-index if any field expanded


Approved-by: Tobias Johansson
Approved-by: Christian Andolf
This commit is contained in:
Arvid Norlin
2025-07-01 05:32:10 +00:00
committed by Linus Flood
parent c1daef39f2
commit f207cf6601

View File

@@ -4,6 +4,11 @@
width: 100%;
}
/* Make sure Date Picker is placed on top of other sticky/fixed components */
.wrapper:has([data-isopen="true"]) {
z-index: 100;
}
.formContainer {
display: grid;
grid-template-rows: auto 1fr;