Closed cerobit closed 10 years ago
normal modals like http://getbootstrap.com/javascript/#modals-examples, are left behind a transparent div (
After searching for a while found that removing z-index on style.css (Line 78) modals work again but i dont know if this couse other problems !!
position: relative; z-index: 2000; -> removing THIS . background: #ebebe
In theme not used standard Bootstrap modals. But special for you - we fixed this for standard BS modals in https://github.com/devoopsme/devoops/commit/1eab8e8d2065b9d899f9814054dfb111198e281c Cheers :)
normal modals like http://getbootstrap.com/javascript/#modals-examples, are left behind a transparent div (
).After searching for a while found that removing z-index on style.css (Line 78) modals work again but i dont know if this couse other problems !!
content {
position: relative; z-index: 2000; -> removing THIS . background: #ebebe