diff options
| author | Mark Otto <[email protected]> | 2013-12-01 20:18:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-01 20:18:40 -0800 |
| commit | 561aff7942d9adfc9508232789e2598406f80934 (patch) | |
| tree | 0180375c9858dea8995164ea0146be3b1e5989cb | |
| parent | 8a74264344489e8b9e10c5c5e2098bb75116b8bd (diff) | |
| parent | fbd3cf5f527af75f886eb08e22da3e4aa43c5135 (diff) | |
| download | bootstrap-561aff7942d9adfc9508232789e2598406f80934.tar.xz bootstrap-561aff7942d9adfc9508232789e2598406f80934.zip | |
Merge pull request #11499 from bassjobsen/patch-3
fix navbar dropdown window resize bug
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index eb6031a59..9c5eeed4e 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -74,7 +74,7 @@ } &.in { - overflow-y: auto; + overflow-y: visible; } // Undo the collapse side padding for navbars with containers to ensure |
