]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #14227, #14603: Drop translate3d for translate on navbars to avoid iOS renderin...
authorMark Otto <markdotto@gmail.com>
Mon, 22 Sep 2014 21:17:54 +0000 (14:17 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 22 Sep 2014 21:17:54 +0000 (14:17 -0700)
less/navbar.less

index 8e82888a9ab8fcbcba9e8b761ef1e3f9fefb4d2e..bb2f10a5891ca4a57187840ab61f774196b44236 100644 (file)
   right: 0;
   left: 0;
   z-index: @zindex-navbar-fixed;
-  .translate3d(0, 0, 0);
 
   // Undo the rounded corners
   @media (min-width: @grid-float-breakpoint) {