@@ -591,15 +591,15 @@ input.search_field, textarea.search_field {
z-index: 9999;
}
.suggestions-outer {
- top: calc(100% + 2px);
+ top: calc(100% + 1px);
background: #fff;
border-radius: 3px;
border: 1px solid #ccc;
max-height: 220px;
- overflow-y: auto;
- min-width: calc(100% - 0.5rem);
- right: 0.5rem;
+ overflow-y: overlay;
+ min-width: 100%;
+ right: 0;
[stag-suggest-bottom-left]~.stag-suggestions-container .suggestions-outer {
bottom: 30px;