Skip to content

Commit

Permalink
Increase z-index of UI Framework nav so its on top of everything. (#9634
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cjcenizal authored Dec 24, 2016
1 parent d8af803 commit 87cc713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
position: fixed;
z-index: 1;
z-index: 10000;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 87cc713

Please sign in to comment.