From 15f522fd4ae3fe7933d526f045b0b2df22a35291 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 24 Jul 2016 00:46:29 -0700 Subject: [PATCH] Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky animation on close --- scss/_navbar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 64409f715a..6e563d4390 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -132,16 +132,19 @@ // Custom override for .navbar-toggleable { &-xs { + @include clearfix; @include media-breakpoint-up(sm) { display: block !important; } } &-sm { + @include clearfix; @include media-breakpoint-up(md) { display: block !important; } } &-md { + @include clearfix; @include media-breakpoint-up(lg) { display: block !important; }