fix(SW-2811): suggest list should follow where-to-field
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
overflow-y: auto;
|
||||
padding: var(--Spacing-x2) var(--Spacing-x3);
|
||||
position: fixed;
|
||||
top: 170px;
|
||||
top: calc(140px + max(var(--sitewide-alert-height), 25px));
|
||||
width: 100%;
|
||||
height: calc(100% - 200px);
|
||||
z-index: 10010;
|
||||
|
||||
Reference in New Issue
Block a user