mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(nav): change init zIndex to 100
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user