fix: redundant footer component
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user