UDashboardPanel footer (@nuxt/ui-pro)
I'm trying to put a footer on the main (
grow
enabled) panel but I can't get the css right. in the following example I would like the footer to be at the bottom of the screen when NuxtPage is short, but not floating over the content when it's large. suggestions?
1 Reply
https://github.com/nuxt/ui-pro/issues/325
@benjamincanac solved this on the ticket above. adding
<div class="flex-1" />
between <NuxtPage />
and the footer does exactly what I needed. thank you!