creativetimofficial / light-bootstrap-dashboard

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
https://www.creative-tim.com/product/light-bootstrap-dashboard
MIT License
1.36k stars 713 forks source link

Modal #14

Closed iunary closed 7 years ago

iunary commented 7 years ago

There is an issue with boostrap modal check out the following image

modal

Any hint how to fix it?

alexandru-paduraru commented 7 years ago

@iunary thank you for using our product. You have 2 options: 1. move the body of the modal outside of the div.wrapper or 2. add this code: $('.modal').appendTo("body"); inside assets/js/light-bootstrap-dashboard.js inside $(document).ready(function(){... function. Please let us know if that was working fine.

Best, Alex!

alexandru-paduraru commented 7 years ago

@irsyadadl do you have an example link so we can check?

franciscasao commented 7 years ago

The second option worked for me. Thanks!

ghost commented 6 years ago

The first option worked for me. Thanks!

VoTuanNguyen commented 5 years ago

I have resolved it by remove "z-index:2" in class "main-panel".

idhanze commented 5 years ago

it is not working for me

idhanze commented 5 years ago

my modal showing on inspector, but not on the page