From 7da34cc0ec493355e8f6123875261e508d826d83 Mon Sep 17 00:00:00 2001 From: ItsJonQ Date: Wed, 21 May 2014 17:24:43 -0400 Subject: Applied translate3d to modal, navbar-fixed and affix to combat browser repaint --- less/utilities.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/utilities.less') diff --git a/less/utilities.less b/less/utilities.less index a26031214..c0becabe3 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -53,4 +53,5 @@ .affix { position: fixed; + .translate3d(0, 0, 0); } -- cgit v1.2.3