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 2a51abd commit 573ea42Copy full SHA for 573ea42
src/utils/config.js
@@ -76,11 +76,6 @@ const DEFAULTS = {
76
blankColor: 'transparent'
77
},
78
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
84
cancelTitle: 'Cancel',
85
cancelVariant: 'secondary',
86
okTitle: 'OK',
0 commit comments