From 5353759194052c08b77d80b63772b0ddd07e29f8 Mon Sep 17 00:00:00 2001
From: Jerri Christiansen <jerri@redweb.dk>
Date: Sun, 19 Jan 2014 21:35:08 +0100
Subject: [PATCH] Remove max height and set overflow-y to auto

---
 less/navbar.less | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/less/navbar.less b/less/navbar.less
index ac7a6a79f5..e80ba9ab71 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -48,7 +48,6 @@
 // content for the user's viewport.
 
 .navbar-collapse {
-  max-height: 340px;
   overflow-x: visible;
   padding-right: @navbar-padding-horizontal;
   padding-left:  @navbar-padding-horizontal;
@@ -58,7 +57,7 @@
   -webkit-overflow-scrolling: touch;
 
   &.in {
-    overflow-y: auto;
+    overflow-y: visible;
   }
 
   @media (min-width: @grid-float-breakpoint) {
-- 
GitLab