본문 바로가기

Programming/BootStrap

[BootStrap] 브라우저 이동 시 모달 창이 먹통될때

<style>

    .modal-backdrop {

        z-index: -1;

    }

</style>

 

추가