fix(host): wrap the dialog footer on narrow viewports

The confirm/cancel pair wraps onto its own row when the viewport-clamped
card is too narrow for the whole footer, so Open stays visible instead
of clipping past the card's hidden overflow.
This commit is contained in:
creatixchu
2026-07-29 05:16:11 +08:00
parent c920b68f90
commit e89ae129d7

View File

@@ -233,6 +233,9 @@
.footerBar {
display: flex;
align-items: center;
/* Narrow viewports wrap the confirm/cancel pair onto their own row
* instead of clipping Open past the card's hidden overflow. */
flex-wrap: wrap;
gap: 8px;
flex: none;
padding: 12px 24px 28px;