mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Improve autocomplete styling
Use "position: absolute" so that autocomplete follows the field when you scroll.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user