Page MenuHomePhabricator

[Cashtab] Patch send button overflow issue
ClosedPublic

Authored by bytesofman on Jul 16 2025, 16:21.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCefd57c97e999: [Cashtab] Patch send button overflow issue
Summary

T3841

Seeing the send button overflow on Firefox

Add more specific css conditions to prevent this

Test Plan

npm start and it looks ok, see screenshots

can check this version deployed to cashtab.io

image.png (870×1 px, 90 KB)

build extension, test with pop-ups, confirm this still looks as before with "Accept" and "Reject" buttons visible even for large txs

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

use a more robust approach, also bump extension since we need to test this does not mess with extension pop-up view

johnkuney added inline comments.
cashtab/src/components/Send/SendXec.tsx
90 ↗(On Diff #54888)

if you bump this a bit it gets rid of the scroll bar

reduce min-height values to prevent scroll on mobile and desktop

This revision is now accepted and ready to land.Jul 16 2025, 19:43