Skip to content

Commit

Permalink
ZEPPELIN-141: resolve ACE auto-completion pop-up menu wrong z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Aug 10, 2015
1 parent 78117e6 commit a7202a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zeppelin-web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@

<meta name="description" content="">
<meta name="viewport" content="width=device-width">

<!-- ACE CSS autocomplition issue workarounds -->
<style type="text/css">
div.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { z-index: -1 !important; }
</style>

<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
Expand Down

0 comments on commit a7202a7

Please sign in to comment.