fix(SW-2811): suggest list should follow where-to-field
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
.container[data-isopen="true"] .hideWrapper {
|
.container[data-isopen="true"] .hideWrapper {
|
||||||
border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
|
border-radius: var(--Corner-radius-lg) var(--Corner-radius-lg) 0 0;
|
||||||
top: 20px;
|
top: calc(max(var(--sitewide-alert-height), 20px));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: var(--Spacing-x2) var(--Spacing-x3);
|
padding: var(--Spacing-x2) var(--Spacing-x3);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 170px;
|
top: calc(140px + max(var(--sitewide-alert-height), 25px));
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 200px);
|
height: calc(100% - 200px);
|
||||||
z-index: 10010;
|
z-index: 10010;
|
||||||
|
|||||||
Reference in New Issue
Block a user