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); }