Quantcast
Channel: Bootstrap modal appearing under background - Stack Overflow
Viewing all articles
Browse latest Browse all 71

Answer by A Mohudum Kamil for Bootstrap modal appearing under background

$
0
0

set the z-index .modal to a highest value

For example, .sidebarwrapper has z-index of 1100, so set the z-index of .modal to 1101

.modal {
    z-index: 1101;
}

Viewing all articles
Browse latest Browse all 71


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>