I added a border-bottom to my navbar li on hover like the following:
.navbar-default .navbar-nav li a:hover{
border-bottom: 4px solid #62c4a4;
}
However this causes the navbar-collapse to appear as a tiny box with a scrollbar instead of expanding the list items.
How can I make sure the navbar-collapse expands normally and the border on hover effect still shows?
code pen http://codepen.io/meek/pen/NNprYb
