Skip to content

Commit 573ea42

Browse files
authored
Update config.js
1 parent 2a51abd commit 573ea42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/utils/config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ const DEFAULTS = {
7676
blankColor: 'transparent'
7777
},
7878
BModal: {
79-
// Since each modal stacking wrapper creates a new stacking context, we
80-
// just need to make sure the next stacked modal has a slighly higher
81-
// z-index value. In most cases 1 should suffice.
82-
zIndexIncrement: 1,
83-
// Props defaults
8479
cancelTitle: 'Cancel',
8580
cancelVariant: 'secondary',
8681
okTitle: 'OK',

0 commit comments

Comments
 (0)