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:
@@ -233,6 +233,9 @@
|
|||||||
.footerBar {
|
.footerBar {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
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;
|
gap: 8px;
|
||||||
flex: none;
|
flex: none;
|
||||||
padding: 12px 24px 28px;
|
padding: 12px 24px 28px;
|
||||||
|
|||||||
Reference in New Issue
Block a user