mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 08:00:32 +01:00
Convert Autocmplete from tabs to spaces
This commit is contained in:
parent
7bc2323401
commit
48f10bcb73
1 changed files with 30 additions and 27 deletions
|
@ -20,6 +20,8 @@ class AutocompleteInput extends React.Component {
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
maxHeight: '50%',
|
maxHeight: '50%',
|
||||||
|
background: colors.gray,
|
||||||
|
zIndex: 3,
|
||||||
}}
|
}}
|
||||||
inputProps={{
|
inputProps={{
|
||||||
style: {
|
style: {
|
||||||
|
@ -42,6 +44,7 @@ class AutocompleteInput extends React.Component {
|
||||||
background: isHighlighted ? colors.midgray : colors.gray,
|
background: isHighlighted ? colors.midgray : colors.gray,
|
||||||
padding: margins[0],
|
padding: margins[0],
|
||||||
fontSize: fontSizes[5],
|
fontSize: fontSizes[5],
|
||||||
|
zIndex: 3,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{item[1]}
|
{item[1]}
|
||||||
|
|
Loading…
Reference in a new issue