I'm working on a website layout where the header always stays on top of everything. However, whenever I add a bootstrap modal that pops up, it ends up covering the header with a grey area.
I've attempted to adjust the z-index
values for both the red background header element and the modal popup element, but unfortunately, the modal box still appears over the red navbar which is not what I want.