Hotfix: Chrome 129 wide popup sizing

This commit is contained in:
Cohee 2024-09-26 12:56:19 +00:00
parent b01ae4e0ea
commit 4c159dfb50

View File

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