Skip to content

Commit 349b143

Browse files
authored
Update config.js
1 parent eb34dc4 commit 349b143

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/utils/config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ const DEFAULTS = {
7676
blankColor: 'transparent'
7777
},
7878
BModal: {
79-
// Defaults to the Boostrap default of the modal backdrop
80-
zIndexOffset: 1040,
81-
// Since each modal wrapper creates a new stacking context, we jsut need to
82-
// make sure the next stacked modal has a slighly higher z-index.
83-
// in most cases 1 should suffice.
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.
8482
zIndexIncrement: 1,
8583
// Props defaults
8684
cancelTitle: 'Cancel',

0 commit comments

Comments
 (0)