Skip to content

Commit

Permalink
fix(control): Grid Menu z-index is too low when inside a modal window
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 19, 2018
1 parent ed462ca commit b722f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
min-width: 150px;
cursor: default;
position: absolute;
z-index: 20;
z-index: 2000;
overflow: auto;
resize: both;

Expand Down

0 comments on commit b722f6d

Please sign in to comment.