fix(SW-2820): full width booking widget on startpage when scrolled down
Approved-by: Linus Flood
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.wrapper {
|
||||
position: sticky;
|
||||
z-index: var(--booking-widget-z-index);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.formContainer {
|
||||
@@ -16,6 +17,7 @@
|
||||
left: 0;
|
||||
bottom: -100%;
|
||||
transition: bottom 300ms ease;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.compact {
|
||||
|
||||
Reference in New Issue
Block a user