diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index fc9190fbe..8206d0d53 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4225,6 +4225,7 @@ input[type="submit"].btn.btn-mini {
.nav-collapse.collapse {
height: auto;
+ overflow: visible;
}
.navbar .brand {
diff --git a/docs/components.html b/docs/components.html
index ac44cca29..ea0e12272 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1266,7 +1266,7 @@
Title
-
+
- Home
- Link
@@ -1322,7 +1322,7 @@
<a class="brand" href="#">Project name</a>
<!-- Everything you want hidden at 940px or less, place within here -->
- <div class="nav-collapse">
+ <div class="nav-collapse collapse">
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>
@@ -1350,7 +1350,7 @@
Title
-
+
- Home
- Link
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 99da9da7c..19f2e67e2 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1195,7 +1195,7 @@
{{_i}}Title{{/i}}
-
+
- {{_i}}Home{{/i}}
- {{_i}}Link{{/i}}
@@ -1251,7 +1251,7 @@
<a class="brand" href="#">{{_i}}Project name{{/i}}</a>
<!-- {{_i}}Everything you want hidden at 940px or less, place within here{{/i}} -->
- <div class="nav-collapse">
+ <div class="nav-collapse collapse">
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>
@@ -1279,7 +1279,7 @@
{{_i}}Title{{/i}}
-
+
- {{_i}}Home{{/i}}
- {{_i}}Link{{/i}}
diff --git a/less/navbar.less b/less/navbar.less
index 33c90694e..58621b473 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -41,6 +41,7 @@
// Override the default collapsed state
.nav-collapse.collapse {
height: auto;
+ overflow: visible;
}
diff --git a/less/tests/navbar-fixed-top.html b/less/tests/navbar-fixed-top.html
index d454b65f8..97b86fdef 100644
--- a/less/tests/navbar-fixed-top.html
+++ b/less/tests/navbar-fixed-top.html
@@ -42,11 +42,23 @@
Project name
-
+
- Default
diff --git a/less/tests/navbar-static-top.html b/less/tests/navbar-static-top.html
index ea131d453..505ecb608 100644
--- a/less/tests/navbar-static-top.html
+++ b/less/tests/navbar-static-top.html
@@ -44,11 +44,23 @@
Project name
-
+
- Default
diff --git a/less/tests/navbar.html b/less/tests/navbar.html
index 342b92167..c72da71a4 100644
--- a/less/tests/navbar.html
+++ b/less/tests/navbar.html
@@ -47,11 +47,23 @@
Project name
-