I'm having trouble adjusting the height of the v-footer component. According to the documentation, I should be able to use the height prop, but when I try height="100px" or height="50%", the footer doesn't change. What could be causing this issue?
<v-footer absolute class="bg-light-blue-lighten-3 d-flex flex-column justify-center align-center" height="100px">
<p class="font-weight-bold text-h6">sample text</p>
<p class="font-weight-bold">sample text</p>
<p>sample text</p>
<p>sample text</p>
<p><v-icon icon="mdi-map-marker"></v-icon>location<p>
</v-footer>
Here is an image of the footer: https://i.sstatic.net/FymFNYzV.png