fix(SW-2451): placement of suggest list
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: calc(100dvh - 20px);
|
||||
height: calc(100dvh - max(var(--sitewide-alert-height), 20px));
|
||||
border-radius: var(--Corner-radius-md) var(--Corner-radius-md) 0 0;
|
||||
background-color: var(--Surface-Primary-Default);
|
||||
box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user