fix(SW-2811): suggest list should follow where-to-field
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
.container[data-isopen="true"] .hideWrapper {
|
||||
border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
|
||||
top: 20px;
|
||||
top: calc(max(var(--sitewide-alert-height), 20px));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user