Skip to content

Commit

Permalink
fix: remove sticky footer (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky committed Mar 8, 2023
1 parent 1066357 commit 27ee25f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions components/app/AppLayout.vue
Expand Up @@ -17,20 +17,10 @@ useContentHead(config.value as any)
</script>

<template>
<div class="app-layout">
<div>
<AppLoadingBar />
<AppHeader />
<slot />
<AppFooter />
</div>
</template>

<style scoped lang="ts">
css({
'.app-layout': {
minHeight: '100vh',
display: 'grid',
gridTemplateRows: 'auto 1fr auto',
}
})
</style>

0 comments on commit 27ee25f

Please sign in to comment.