Increase z-index of UI Framework nav so its on top of everything. (#9635)

Backports PR #9634

**Commit 1:**
Increase z-index of UI Framework nav so its on top of everything.

* Original sha: 90b226d202
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-24T01:36:05Z
This commit is contained in:
jasper 2016-12-23 20:37:16 -05:00 committed by CJ Cenizal
parent 6d43ca220d
commit 16522f665e

View file

@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
position: fixed;
z-index: 1;
z-index: 10000;
top: 0;
left: 0;
right: 0;