From 4bb625934bca61de78df79572b3c22ae4b9b2011 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 21 Jan 2023 15:18:43 -0800 Subject: [PATCH] Remove hardcoded height from dialog Causing issues of course --- components/DialogContent/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DialogContent/index.scss b/components/DialogContent/index.scss index f3d65773..42ea3f74 100644 --- a/components/DialogContent/index.scss +++ b/components/DialogContent/index.scss @@ -28,7 +28,7 @@ min-width: $unit * 48; // min-height: $unit-12x; overflow-y: scroll; - height: 80vh; + // height: 80vh; max-height: 80vh; min-width: 580px; max-width: 42vw;