Increase z-index of UI Framework nav so its on top of everything.

This commit is contained in:
CJ Cenizal 2016-12-23 17:36:05 -08:00
parent d8af80300f
commit 90b226d202

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;