-
Notifications
You must be signed in to change notification settings - Fork 219
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: Wider copy to clipboard area #9450
Conversation
|
setIsHovered(false); | ||
}, 1000); | ||
setHideTimeout(timeout); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この解決策は大仰すぎるし複雑です。別の解決策を提示してください。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この部分を削除し、わかりやすく簡素にしました。
ボタン分のヒットエリアを広げました。
https://redmine.weseek.co.jp/issues/157769
ページのタイトルにカーソルを合わせた時、カーソルが少しでもずれるとクリップボードが出てこなくなってしまっていた。
修正点
display: none;
ではなく、visibility: hidden;
を使うことで要素がなくなる問題を解決。