Merge branch 'release' into staging
| @@ -3245,8 +3245,9 @@ grammarly-extension { | ||
| 3245 | 3245 | } |
| 3246 | 3246 | |
| 3247 | 3247 | .wide_dialogue_popup { |
| 3248 | - aspect-ratio: 1 / 1; | |
| 3248 | + /* FIXME: Chrome 129 broke max-height for aspect-ratio sized elements */ | |
| 3249 | - width: unset !important; | |
| 3249 | + /* aspect-ratio: 1 / 1; */ | |
| 3250 | + /* width: unset !important; */ | |
| 3250 | 3251 | min-width: var(--sheldWidth); |
| 3251 | 3252 | } |
| 3252 | 3253 | |