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-14 02:22:05 +0400
committerMark Otto <otto@github.com>2013-08-14 02:22:05 +0400
commit5b4fe08f42ec433d0f193d75dbaac8e6dacae526 (patch)
tree00b13342d3dc3c9356aa51a48b0ae8ea08126e87 /less/navbar.less
parentfa330f308aace22886fee3dbacbcbd4f8adb0fe6 (diff)
fixes #9439: use overflow: auto on navbar collapse
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 287ef603c7..8466952124 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -59,9 +59,9 @@
// This is not automatically added to the `.navbar-fixed-top` because it causes
// z-index bugs in iOS7 (possibly earlier).
- max-height: 360px;
+ max-height: 340px;
overflow-x: visible;
- overflow-y: scroll;
+ overflow-y: auto;
-webkit-overflow-scrolling: touch;
@media (min-width: @grid-float-breakpoint) {