Merged in feat/SW-2703-mobile-summary-improvements (pull request #2060)

Feat/SW-2703 mobile price summary improvements

* feat(SW-2703): fixes to select rate price summary

* feat(SW-2703): fixes enter details summary mobile

* fix: z-index issue related to booking widget popover

* fix

* fix: added accessibility props to overlay div

* fix: added button inside header

* fix: rename aria button


Approved-by: Michael Zetterberg
This commit is contained in:
Tobias Johansson
2025-05-13 09:22:34 +00:00
parent 19166ec5c7
commit 13261d425c
13 changed files with 178 additions and 108 deletions

View File

@@ -32,6 +32,8 @@
.wrapper[data-open="true"] {
grid-template-rows: 1fr 7.5em;
position: relative;
z-index: var(--default-modal-z-index);
}
.wrapper[data-open="true"] .bottomSheet {