Skip to content

Commit

Permalink
fix: footer position relative
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 28, 2023
1 parent 50b5887 commit 42c357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<template>
<footer
class="absolute inset-x-0 bottom-0 h-7 bg-surface text-on-surface transition duration-500 hover:-translate-y-80 active:-translate-y-80"
class="inset-x-0 bottom-0 h-7 bg-surface text-on-surface transition duration-500 hover:-translate-y-80"
>
<div class="flex items-center justify-center gap-2 border px-8 py-1.5 text-xs">
<span class="flex gap-1">
Expand Down

0 comments on commit 42c357d

Please sign in to comment.