Merge pull request #32 from turtleDev/master

fix "Fix modal mouse wheel issues"
main
Jerome Lachaud 9 years ago
commit 81ae30ec14

@ -448,8 +448,8 @@ footer .footer-below {
background-color: #{{ site.color.secondary-dark }} !important; background-color: #{{ site.color.secondary-dark }} !important;
} }
// Fix modal mouse wheel issues /* Fix modal mouse wheel issues */
// https://github.com/twbs/bootstrap/issues/16297 /* https://github.com/twbs/bootstrap/issues/16297 */
.modal.fade.in { .modal.fade.in {
transform: translateZ(0); transform: translateZ(0);
-webkit-transform: translateZ(0); -webkit-transform: translateZ(0);

Loading…
Cancel
Save