Skip to content

Commit

Permalink
feat(client): add z-index to .footer
Browse files Browse the repository at this point in the history
  • Loading branch information
hapo31 committed Mar 1, 2023
1 parent a3d8c29 commit e13ee01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,11 @@ function showReactions(): void {
}
}
.footer {
position: relative;
z-index: 1;
}
&:hover > .article > .main > .footer > .footerButton {
opacity: 1;
}
Expand Down

0 comments on commit e13ee01

Please sign in to comment.