Tweaked autosuggest position

This commit is contained in:
alistair3149 2019-12-16 15:03:57 -05:00
parent 94d026552a
commit 0ba57f9114

View file

@ -162,7 +162,8 @@
}
#typeahead-suggestions {
position: relative;
position: absolute;
top: @header-height
z-index: 99999;
}