Commit 2577532
fix(sign-message): keep the trust warning inside the footer (#2972)
The default View footer is a fixed 80px, which the "Only confirm if you
trust this site" line plus the button row overflows by 40px. The text
spilled upward out of the footer and painted over the content pane —
visible whenever the message is long enough to push the Wallet/Network
card to the bottom of the scroll area.
Size the footer to its content instead, and add 12px above the warning so
it clears the same 36px the footer already clears below the buttons.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1e8fdfe commit 2577532
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
363 | 366 | | |
364 | 367 | | |
365 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
0 commit comments