diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/navbar.less b/less/navbar.less index 287ef603c..846695212 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) { |
