From 42e898b65e1833384c87d27df890b9cf3d69ffa8 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 19 Sep 2023 10:21:11 -0400 Subject: [PATCH] Fix dropdowns in settings still being cut off on mobile --- src/Modal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modal.module.css b/src/Modal.module.css index ca036dc8..e72f6496 100644 --- a/src/Modal.module.css +++ b/src/Modal.module.css @@ -108,10 +108,10 @@ limitations under the License. display: flex; flex-direction: column; overflow: hidden; + flex-grow: 1; } .dialog .content { - flex-grow: 1; background: var(--cpd-color-bg-canvas-default); }