-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Chrome 87 fieldset rendering bug #883
Conversation
Task linked: SALEOR-1751 Investigate rendering in chrome 87 |
I thought it's the fault of a beta version of Chrome but now I'm on a stable version and still getting these issues constantly. Glad it will be resolved 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI fails completely
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/theme.ts
Outdated
@@ -73,7 +229,7 @@ export default (colors: IThemeColors): Theme => | |||
borderRadius: 8, | |||
borderStyle: "solid", | |||
borderWidth: 1, | |||
overflow: "visible" | |||
overflow: "hidden" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aw damn this is part of debug code 🙄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's weird, test env still has the old code. But tested locally and input now is displayed correctly.
I want to merge this change because it happened:
... and now it doesn't.
Ref https://www.drupal.org/project/drupal/issues/3183425
PR intended to be tested with API branch: master
Pull Request Checklist
Test environment config
API_URI=https://master.staging.saleor.rocks/graphql/