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:
committed by
Linus Flood
parent
c1daef39f2
commit
f207cf6601
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user