Commit 155047c3 authored by Jacob Thornton's avatar Jacob Thornton

speed up topbar animation for responsive

parent 74f2a896
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
.nav-collapse { .nav-collapse {
overflow: hidden; overflow: hidden;
height: 0; height: 0;
-webkit-transform: translate3d(0, 0, 0);
} }
} }
@media (min-width: 940px) { @media (min-width: 940px) {
......
...@@ -278,6 +278,7 @@ ...@@ -278,6 +278,7 @@
.nav-collapse { .nav-collapse {
overflow: hidden; overflow: hidden;
height: 0; height: 0;
-webkit-transform: translate3d(0, 0, 0); // activate the GPU
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment