-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
chore(components): update CollapsibleBox component #14532
Conversation
b9d9c3f
to
f10b4f0
Compare
41aabd8
to
6ba9c96
Compare
6ba9c96
to
84ff575
Compare
margin: 0; | ||
border: 0; | ||
|
||
/* CollapsibleBox content, fix for nested sticky elements */ |
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.
We need this to have working scrolling inside the box, can you suggest an alternate solution?
See here for example:
https://dev.suite.sldev.cz/connect/chore/update-staking-modal/methods/bitcoin/signTransaction/?submethod=multisig
vs desired behavior
https://dev.suite.sldev.cz/connect/develop/methods/bitcoin/signTransaction/?submethod=multisig
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.
I will try to think of something:)
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.
I think I fixed this, waiting for deployment.
84ff575
to
9f0b574
Compare
9f0b574
to
c0f7b9e
Compare
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.
packages/components/src/components/CollapsibleBox/CollapsibleBox.tsx
Outdated
Show resolved
Hide resolved
...e/modals/ReduxModal/UserContextModal/TxDetailModal/AdvancedTxDetails/IODetails/IODetails.tsx
Show resolved
Hide resolved
packages/suite/src/components/wallet/TransactionItem/CoinjoinBatchItem.tsx
Show resolved
Hide resolved
c0f7b9e
to
73c9444
Compare
resolve #14397 |
Screenshots:
Before
After