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

Answer by Wahyu Primadi for Bootstrap modal appearing under background

$
0
0

Just add two lines of CSS:

.modal-backdrop{z-index: 1050;}
.modal{z-index: 1060;}

The .modal-backdrop should have 1050 value to set it over the navbar.


Viewing all articles
Browse latest Browse all 71

Trending Articles