-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: #9998 MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる #9999
fix: #9998 MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる #9999
Conversation
これをやるとおそらく大半のMFMアートと呼ばれるものが死ぬことになりそう |
なるほど、やはり影響はあるのですね。 まあその辺に影響がないように穏便にやるとすると、 こちら で挙げていただいている通り z-index をいじるほうという方向になりそうですね・・・。 それか、 |
overflow: clip;
こちらのPR、しばらく放置状態にしており大変恐縮です。 以下に試行錯誤を一応残しておきます。
|
Codecov Report
@@ Coverage Diff @@
## develop #9999 +/- ##
===========================================
+ Coverage 23.14% 25.17% +2.02%
===========================================
Files 699 705 +6
Lines 64785 65273 +488
Branches 1984 2329 +345
===========================================
+ Hits 14995 16431 +1436
+ Misses 49790 48842 -948
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@syuilo ping |
今日中に対応する |
🙏🏻 |
…のボタンが押せなくなる (misskey-dev#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
What
以下 Issue の修正。
#9998
footer 部の z-index を上げた。
Why
フッターのボタンが押せなくなる問題があったため。
Additional info (optional)
全体の z-index がどうなっているかを眺めて、MFMの表示より上になればOKだろうという観点で
z-index: 1
を指定した。