You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am migrating some dialogs to jBox, but I also have lots of bootstrap modals in my app that will remain for a while. I've got my bootstrap modals always opening on the top, and are jBox aware. However, I'm not sure how to make jBox aware of bootstrap modals. I am currently setting the zIndex option to 'auto', which is great for interacting with other jBox modals.
Would there be a way for me to set the zindex before a jBox modal is open? The trick is to do this every time the modal is open, because if it was closed, and then another modal opened, I would want to update the zindex accordingly.
Thanks!
The text was updated successfully, but these errors were encountered:
I am migrating some dialogs to jBox, but I also have lots of bootstrap modals in my app that will remain for a while. I've got my bootstrap modals always opening on the top, and are jBox aware. However, I'm not sure how to make jBox aware of bootstrap modals. I am currently setting the zIndex option to 'auto', which is great for interacting with other jBox modals.
Would there be a way for me to set the zindex before a jBox modal is open? The trick is to do this every time the modal is open, because if it was closed, and then another modal opened, I would want to update the zindex accordingly.
Thanks!
The text was updated successfully, but these errors were encountered: