mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Merge pull request #455 from pathmapper/autocomplete_z-index
Add z-index to autocomplete
This commit is contained in:
@@ -54,7 +54,8 @@ class AutocompleteInput extends React.Component {
|
|||||||
menuStyle={{
|
menuStyle={{
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
maxHeight: this.state.maxHeight
|
maxHeight: this.state.maxHeight,
|
||||||
|
zIndex: '998'
|
||||||
}}
|
}}
|
||||||
wrapperProps={{
|
wrapperProps={{
|
||||||
className: "maputnik-autocomplete",
|
className: "maputnik-autocomplete",
|
||||||
|
|||||||
Reference in New Issue
Block a user