Commit: 3985356aa29e928a7b6a2cbee515d9d37886c16d Author: Keyvan Akbary <[email protected]> Mon, 25 Nov 2013 17:32:47 +0000 Parents: 524146d5568374acec46f2f0c799dd02fd1a0c68 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3985356aa29e928a7b6a2cbee515d9d37886c16d Log: Accelerate page scrolling CSS optimisation for better performance on page scrolling Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index de65b8f..373b0f1 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -645,6 +645,9 @@ textarea { } .navbar-fixed-top { top: 0; + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + transform: translateZ(0); } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
