Merge pull request #141 from tbarsballe/autocomplete-style

Improve autocomplete styling
This commit is contained in:
Orange Mug 2017-06-23 17:22:02 +01:00 committed by GitHub
commit 5157742009

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;