fix(nav): change init zIndex to 100

This commit is contained in:
Adam Bradley
2016-03-06 13:27:30 -06:00
parent ad50a11b3c
commit 5863e2c74f
2 changed files with 5 additions and 5 deletions

View File

@ -1656,6 +1656,6 @@ const STATE_TRANS_LEAVE = 'trans_leave';
const STATE_REMOVE = 'remove';
const STATE_REMOVE_AFTER_TRANS = 'remove_after_trans';
const STATE_FORCE_ACTIVE = 'force_active';
const INIT_ZINDEX = 10;
const INIT_ZINDEX = 100;
let ctrlIds = -1;