Fix modal mouse wheel issues
This commit is contained in:
parent
ee76c250f5
commit
6ee599856e
|
@ -446,4 +446,11 @@ footer .footer-below {
|
||||||
|
|
||||||
.navbar-nav>.active>a {
|
.navbar-nav>.active>a {
|
||||||
background-color: #{{ site.color.secondary-dark }} !important;
|
background-color: #{{ site.color.secondary-dark }} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix modal mouse wheel issues
|
||||||
|
// https://github.com/twbs/bootstrap/issues/16297
|
||||||
|
.modal.fade.in {
|
||||||
|
transform: translateZ(0);
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue