Skip to content

Commit

Permalink
fix: #9998 MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる (
Browse files Browse the repository at this point in the history
…#9999)

* fix(client): add `overflow: clip;`

* fix(client): add `overflow: clip;`

* Revert "fix(client): add `overflow: clip;`"

This reverts commit c43226a.

Revert "fix(client): add `overflow: clip;`"

This reverts commit c722515.

* feat(client): add z-index to .footer
  • Loading branch information
hapo31 authored Apr 13, 2023
1 parent e014c91 commit dffefda
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 @@ -484,6 +484,11 @@ function showReactions(): void {
}
}
.footer {
position: relative;
z-index: 1;
}
&:hover > .article > .main > .footer > .footerButton {
opacity: 1;
}
Expand Down

0 comments on commit dffefda

Please sign in to comment.