Skip to content
Snippets Groups Projects
Commit ab74f5ce authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

footer not fixed

parent fbe72252
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
const runtimeConfig = useRuntimeConfig(); const runtimeConfig = useRuntimeConfig();
</script> </script>
<template> <template>
<v-footer app text-center d-flex flex-column> <v-footer absolute="true" text-center d-flex flex-column>
<div class="px-4 text-center w-100"> <div class="px-4 text-center w-100">
<v-btn prepend-icon="mdi-source-commit" variant="plain"> <v-btn prepend-icon="mdi-source-commit" variant="plain">
{{ runtimeConfig.public.shortSha }} {{ runtimeConfig.public.shortSha }}
......
...@@ -64,8 +64,7 @@ function onScroll() { ...@@ -64,8 +64,7 @@ function onScroll() {
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>
<Footer>
</Footer>
<!-- <div class="i-ph-anchor-simple-thin d-none" /> <!-- <div class="i-ph-anchor-simple-thin d-none" />
<div class="i-tabler:database d-none" /> <div class="i-tabler:database d-none" />
<div class="i-mdi:book-education-outline d-none" /> <div class="i-mdi:book-education-outline d-none" />
...@@ -78,6 +77,8 @@ function onScroll() { ...@@ -78,6 +77,8 @@ function onScroll() {
</slot> </slot>
<NavTableOfContent v-if="toc" :links="page.body.toc.links ?? []" /> <NavTableOfContent v-if="toc" :links="page.body.toc.links ?? []" />
<nav-back-to-top /> <nav-back-to-top />
<Footer>
</Footer>
</VApp> </VApp>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment