Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-08-16 00:29:45 +0400
committerMark Otto <otto@github.com>2013-08-16 00:29:45 +0400
commit0664b3f0da25a99c5e0d88fdc566480baeaf83aa (patch)
tree463247f5c4654d19661413379dede025d69cc78c /less/navbar.less
parent98368c0ccae4cbcc80b322b996e08ec2b9740c14 (diff)
fixes #9634: turn off overflow-y when the navbar is re-expanded into horizontal mode
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less
index e9b9ba95c8..d1f7bddeab 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -78,6 +78,10 @@
padding-bottom: 0; // Override default setting
overflow: visible !important;
}
+
+ &.in {
+ overflow-y: visible;
+ }
}
}