mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 14:57:45 +01:00
Improve autocomplete styling
Use "position: absolute" so that autocomplete follows the field when you scroll.
This commit is contained in:
parent
a98444b4e7
commit
2825dd7e04
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue