Skip to content

Commit

Permalink
Merge pull request #258 from ebenolson/completer-z-index
Browse files Browse the repository at this point in the history
increase completer z-index to be in front of pager
  • Loading branch information
minrk committed Aug 4, 2015
2 parents 3bcce96 + dde3c3c commit 6992965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/static/notebook/less/completer.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.completions {
position: absolute;
z-index: 10;
z-index: 110;
overflow: hidden;
border: 1px solid @border_color;
.corner-all;
Expand Down

0 comments on commit 6992965

Please sign in to comment.