fix: redundant footer component

This commit is contained in:
liyasthomas
2022-03-24 15:30:16 +05:30
parent de46c61c30
commit 0edfe7b8e3

View File

@@ -34,15 +34,15 @@
</Pane> </Pane>
</Splitpanes> </Splitpanes>
</Pane> </Pane>
<Pane v-if="mdAndLarger" style="height: auto">
<Pane
style="height: auto"
class="hide-scrollbar !overflow-auto flex flex-col md:hidden block fixed inset-x-0 bottom-0 z-10"
>
<AppSidenav />
<AppFooter /> <AppFooter />
</Pane> </Pane>
<Pane style="height: auto" class="hidden md:inline-block"> <Pane
v-else
style="height: auto"
class="hide-scrollbar !overflow-auto flex flex-col fixed inset-x-0 bottom-0 z-10"
>
<AppSidenav />
<AppFooter /> <AppFooter />
</Pane> </Pane>
</Splitpanes> </Splitpanes>