We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default, $zindex-modal-backdrop: 1040; $zindex-offcanvas: 1050; $zindex-modal: 1060;
I think it should be like this: $zindex-offcanvas: 1040; $zindex-modal-backdrop: 1050; $zindex-modal: 1060;
So that when a button in offcanvas supposed to open a modal, the offcanvas would not overlap to the modal backdrop.
The text was updated successfully, but these errors were encountered:
I guess we need a separate variable for offcanvas' backdrop then, since offcanvas uses a backdrop too. @GeoSot am I right?
Sorry, something went wrong.
On a first thought, seems valid, as modal backdrop z-index is less that offcanvas And if we go with this, we have to take a look on #34149
This was done awhile back.
bootstrap/scss/_variables.scss
Lines 1031 to 1039 in 63f75bc
No branches or pull requests
By default,
$zindex-modal-backdrop: 1040;
$zindex-offcanvas: 1050;
$zindex-modal: 1060;
I think it should be like this:
$zindex-offcanvas: 1040;
$zindex-modal-backdrop: 1050;
$zindex-modal: 1060;
So that when a button in offcanvas supposed to open a modal, the offcanvas would not overlap to the modal backdrop.
The text was updated successfully, but these errors were encountered: