Use GPU render

This commit is contained in:
nuintun 2016-03-18 17:46:41 +08:00
parent 1ab741e8a8
commit 5d7bfacf2b

View File

@ -425,7 +425,8 @@ header [class*=" icon-"] {
border-left: 1px dashed #ccc; border-left: 1px dashed #ccc;
font-family: Consolas, sans-serif; font-family: Consolas, sans-serif;
overflow: auto; overflow: auto;
will-change: contents; will-change: transform;
transform: translate3d(0, 0, 0);
} }
.ui-control-bar .ui-button-orange { .ui-control-bar .ui-button-orange {
margin: 0 10px 0 0; margin: 0 10px 0 0;