Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Rule list now properly appears in front of code in inline widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Narciso Jaramillo committed Oct 11, 2012
1 parent 05e8aa6 commit 3d908d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@ ins.jstree-icon {
/*-webkit-transition: width 0.15s ease-out;*/
background: @inline-background-color-2;

/* CodeMirror sets widgets that overlap the gutter to have a z-index of 5. We need to be in front of this. */
z-index: 6;

.selection {
width: 100%;
background: #d0d5d5;
Expand Down

0 comments on commit 3d908d6

Please sign in to comment.