From 4c159dfb5024eb2be18a407e4f6a259be89a0fa1 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:56:19 +0000 Subject: [PATCH] Hotfix: Chrome 129 wide popup sizing --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index afbd231d0..dd716d0f6 100644 --- a/public/style.css +++ b/public/style.css @@ -3245,8 +3245,9 @@ grammarly-extension { } .wide_dialogue_popup { - aspect-ratio: 1 / 1; - width: unset !important; + /* FIXME: Chrome 129 broke max-height for aspect-ratio sized elements */ + /* aspect-ratio: 1 / 1; */ + /* width: unset !important; */ min-width: var(--sheldWidth); }