Merged in fix/SW-3039-scroll-day-picker-bookingwidget (pull request #2367)

fix(SW-3039): scroll to selected dates

* fix(SW-3039): scroll to selected dates

* fix(SW-3039): remove comment

* fix(SW-3039): query select only the day


Approved-by: Christian Andolf
This commit is contained in:
Bianca Widstam
2025-06-16 12:43:18 +00:00
parent d492b5ad6a
commit 38f937f948
3 changed files with 44 additions and 14 deletions

View File

@@ -56,6 +56,7 @@ div.months {
.month {
display: grid;
justify-items: center;
padding-top: var(--Space-x3);
scroll-snap-align: start;
}