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