Skip to content

Commit f540569

Browse files
committed
Fixes twbs#14227, twbs#14603: Drop translate3d for translate on navbars to avoid iOS rendering problems and ensure a more predictable base styling
1 parent 4a3931d commit f540569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

less/navbar.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
right: 0;
142142
left: 0;
143143
z-index: @zindex-navbar-fixed;
144-
.translate3d(0, 0, 0);
145144

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

0 commit comments

Comments
 (0)