feat(SW-2806): booking widget should not be blocked by sitewide alert
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user