mirror of
https://github.com/maputnik/editor.git
synced 2026-08-27 07:27:33 +00:00
Merge pull request #141 from tbarsballe/autocomplete-style
Improve autocomplete styling
This commit is contained in:
@@ -122,7 +122,8 @@
|
|||||||
&-menu {
|
&-menu {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
position: fixed;
|
margin-right: 10px;
|
||||||
|
position: absolute;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 50%;
|
max-height: 50%;
|
||||||
background: $color-gray;
|
background: $color-gray;
|
||||||
|
|||||||
Reference in New Issue
Block a user