-
Notifications
You must be signed in to change notification settings - Fork 220
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
imprv: display page tree in page select modal with scrollbar #8514
base: master
Are you sure you want to change the base?
imprv: display page tree in page select modal with scrollbar #8514
Conversation
<div | ||
id="grw-page-select-modal-wrapper" | ||
className={`${styles['tree-for-modal-wrapper']} overflow-y-scroll`} | ||
style={{ height: '50vh' }} |
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.
このheightについては、fumiya-sと相談して決めました。
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.
height: '50vh' も PageSelectModal.module.scss に書いていいと思います
<div | ||
id="grw-page-select-modal-wrapper" | ||
className={`${styles['tree-for-modal-wrapper']} overflow-y-scroll`} | ||
style={{ height: '50vh' }} |
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.
height: '50vh' も PageSelectModal.module.scss に書いていいと思います
@@ -0,0 +1,3 @@ | |||
.tree-for-modal-wrapper::-webkit-scrollbar { |
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.
-webkit-scrollbar が非推奨らしいのだけどこれでいいのかな?
https://developer.mozilla.org/ja/docs/Web/CSS/::-webkit-scrollbar
…-PageSelectModal-with-scrollbar
reg-suit detected visual differences. Check this report, and review them. 🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴 What do the circles mean?The number of circles represent the number of changed images.🔴 : Changed items, ⚪ : New items, ⚫ : Deleted items, and 🔵 Passed items How can I change the check status?If reviewers approve this PR, the reg context status will be green automatically. |
@@ -0,0 +1,3 @@ | |||
.grw-page-select-modal-wrapper { | |||
height: 50vh; | |||
} |
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.
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.
scoped css にしてください
タスク
https://redmine.weseek.co.jp/issues/140833
概要
変更点
xd
https://xd.adobe.com/view/26f3cef5-06c1-4ed2-9871-b86d5d00adce-73a0/screen/374cb579-53cf-4856-8132-ed7cdf91c157/
スクリーンショット
セルフチェック