Merged in feat/SW-564-booking-widget-bug (pull request #651)

feat(SW-564): Fix z-index error

Approved-by: Niclas Edenvin
This commit is contained in:
Pontus Dreij
2024-10-08 11:40:24 +00:00

View File

@@ -42,7 +42,7 @@
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
position: sticky;
top: 0;
z-index: 10000;
z-index: 9;
background-color: var(--Base-Surface-Primary-light-Normal);
}