Improve autocomplete styling

Use "position: absolute" so that autocomplete follows the field when you scroll.
This commit is contained in:
Torben Barsballe 2017-05-25 15:56:00 -07:00
parent a98444b4e7
commit 2825dd7e04

View file

@ -122,7 +122,8 @@
&-menu {
border: none;
padding: 2px 0;
position: fixed;
margin-right: 10px;
position: absolute;
overflow: auto;
max-height: 50%;
background: $color-gray;