mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky animation on close
This commit is contained in:
parent
7fd00263e3
commit
15f522fd4a
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue