Commit 561aff79 authored by Mark Otto's avatar Mark Otto

Merge pull request #11499 from bassjobsen/patch-3

fix navbar dropdown window resize bug
parents 8a742643 fbd3cf5f
......@@ -74,7 +74,7 @@
}
&.in {
overflow-y: auto;
overflow-y: visible;
}
// Undo the collapse side padding for navbars with containers to ensure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment