<nav>
<ul id="navUl">
<li>
<div class="settingsDiv">
hey
</div>
</li>
</ul>
</nav>
I am trying to adjust the height of the div element to match the height of the nav. My goal is to set the div's height to 100% relative to the nav's height.