Skip to content

Commit

Permalink
Fixes twbs#14227, twbs#14603: Drop translate3d for translate on navba…
Browse files Browse the repository at this point in the history
…rs to avoid iOS rendering problems and ensure a more predictable base styling
  • Loading branch information
mdo authored and saranya.r committed Oct 9, 2014
1 parent e405d70 commit 85205d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
right: 0;
left: 0;
z-index: @zindex-navbar-fixed;
.translate3d(0, 0, 0);

// Undo the rounded corners
@media (min-width: @grid-float-breakpoint) {
Expand Down

0 comments on commit 85205d0

Please sign in to comment.