Footer fixes

This commit is contained in:
2024-03-24 15:09:19 +01:00
parent 6947e5ca75
commit 3e27d8b650
3 changed files with 26 additions and 5 deletions

View File

@@ -15,7 +15,12 @@ import {
FwbMegaMenu,
FwbMegaMenuDropdown,
FwbRadio,
FwbFooter,
FwbFooterCopyright,
FwbFooterLink,
FwbFooterLinkGroup,
} from 'flowbite-vue';
import Multiselect from "vue-multiselect";
import { settingsStore } from '../settingsStore.js';
const menu = ref([])
@@ -267,8 +272,15 @@ onMounted(fetch_menu);
</fwb-mega-menu-dropdown>
</template>
</fwb-navbar>
<div class="m-3">
<div class="m-3 pb-24">
<slot />
</div>
<fwb-footer class="p-4 rounded-none bg-white shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-gray-800 bottom-0 absolute w-full">
<fwb-footer-copyright
by="JD a MH Slovakia™"
href="/"
copyright-message="We are not responsible..."
/>
</fwb-footer>
</template>
<style src="vue-multiselect/dist/vue-multiselect.css"></style>