Footer fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user