We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb34dc4 commit 349b143Copy full SHA for 349b143
src/utils/config.js
@@ -76,11 +76,9 @@ const DEFAULTS = {
76
blankColor: 'transparent'
77
},
78
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.
+ // Since each modal stacking wrapper creates a new stacking context, we
+ // just need to make sure the next stacked modal has a slighly higher
+ // z-index value. In most cases 1 should suffice.
84
zIndexIncrement: 1,
85
// Props defaults
86
cancelTitle: 'Cancel',
0 commit comments