Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Daniel1836's avatar

Bootstrap Modals (Second is hidden behind first)

I have an issue where I have multiple overlapping modals, and the secondary opens behind the first. I need it displayed in front.

The relevant code is in my bootstrap modal:

    <div id="addEditModal" class="modal fade" tabindex="-1" data-backdrop="false" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> 

I believe it can be solved by adding some sort of attribute. I believe tabindex is responsible for the focus order.

Can anyone help?

0 likes
1 reply

Please or to participate in this conversation.