Merge pull request #32 from turtleDev/master

fix "Fix modal mouse wheel issues"
This commit is contained in:
Jerome Lachaud 2015-11-02 23:25:27 +00:00
commit 81ae30ec14
1 changed files with 2 additions and 2 deletions

View File

@ -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);