feat(SW-2806): booking widget should not be blocked by sitewide alert

This commit is contained in:
Michael Zetterberg
2025-05-19 11:40:30 +02:00
parent b8eb9c9095
commit fb29df206b

View File

@@ -9,7 +9,7 @@
background-color: var(--UI-Input-Controls-Surface-Normal);
border-radius: 0;
gap: var(--Spacing-x3);
height: calc(100dvh - 20px);
height: calc(100dvh - max(var(--sitewide-alert-height), 20px));
width: 100%;
padding: var(--Spacing-x3) var(--Spacing-x2) var(--Spacing-x7);
position: fixed;