I'm having trouble adjusting the height of the collapsed mobile drop-down navigation. Right now, it's stuck at around 340px and I need it to expand to accommodate all the menu items within the collapsed nav. Despite my efforts searching on Google and other places for a solution, nothing seems to work, even when using !important.
Here's an image illustrating the issue to clarify things. In the screenshot, the blue bordered area is what needs to be adjusted. It appears to have a fixed height, but I require it to increase by another 50px-100px for this specific application. I haven't included any code here since I'm just looking for the most effective way to modify the default height for future reference.
https://i.stack.imgur.com/Fao8b.jpg
Thank you for your assistance! EDIT: I didn't include any code because I'm currently working with the default bootstrap nav code, so I didn't think it was necessary to provide references.
Below is the code snippet where I'm using a basic template from startbootstrap.com:
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<!-- Code omitted for brevity -->
</nav>
I haven't implemented any custom CSS yet as this is my initial attempt at modification and I'm unsure where in the CSS the changes should be made for the dropdown nav.