Skip to content

Commit

Permalink
Add a stacking context for .vis-editor-content.
Browse files Browse the repository at this point in the history
Add a z-index property to introduce a stacking context for
.vis-editor-content, grouping all children in the same stacking
context.

Fixes #6374
  • Loading branch information
patrickfournier authored and rashidkpc committed Mar 1, 2016
1 parent a5b5cae commit ed4bb3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

&-content {
.flex-parent();
z-index: 0;

// overrides for tablet and desktop
@media (min-width: @screen-md-min) {
Expand Down

0 comments on commit ed4bb3b

Please sign in to comment.