mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
speed up topbar animation for responsive
This commit is contained in:
Binary file not shown.
1
docs/assets/css/bootstrap-responsive.css
vendored
1
docs/assets/css/bootstrap-responsive.css
vendored
@@ -374,6 +374,7 @@
|
||||
.nav-collapse {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
@media (min-width: 940px) {
|
||||
|
@@ -278,6 +278,7 @@
|
||||
.nav-collapse {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0); // activate the GPU
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user