Fixes #14227, #14603: Drop translate3d for translate on navbars to avoid iOS rendering problems and ensure a more predictable base styling

This commit is contained in:
Mark Otto 2014-09-22 14:17:54 -07:00
parent 4a3931d4c5
commit f540569e87
1 changed files with 0 additions and 1 deletions

View File

@ -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) {