-
-
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
投稿本文の描画領域の制限 #9731
Labels
✨Feature
This adds/improves/enhances a feature
Comments
ノートコンポーネント内にクリップされるようにすでに制限してある |
操作部(アイコンや下のボタン)にまではみ出ないようにするのは難しそう? |
難しい |
それをするとちょっとしたscaleによる拡大でもクリップされることになり実質的にscaleなどの構文が無意味になる |
操作ができないことが問題なら操作部のz-indexを上げれば解決しそう |
これは関係しない |
このissueの名前を「操作部のz-indexを上げる」にすることを提案したい。 |
fixed by #9999 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
まれにMFMを利用した、一部分が埋まる、文字や絵文字が操作部に干渉する形で表示される、大きなスペースが空くという過剰な表現が見受けられる。
そこで描画領域の制限を設ければ、少なくとも操作に影響を及ぼさないのではないかと考える。
補足: もしかして制限してないのはリンクのホバー表示などポップアップ系に不都合が起きるから?
The text was updated successfully, but these errors were encountered: