Skip to content
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

Support for max() and env() functions in older browsers #1086

Open
abhishekantala24 opened this issue Mar 18, 2024 · 0 comments
Open

Support for max() and env() functions in older browsers #1086

abhishekantala24 opened this issue Mar 18, 2024 · 0 comments

Comments

@abhishekantala24
Copy link

abhishekantala24 commented Mar 18, 2024

Do you want to request a feature or report a bug?
bugs

What is the current behavior?
The positioning of elements is not working as expected in older browsers such as Safari 10 and 11. This is due to the use of the max() and env() CSS functions, which are not supported in these browsers. As a result, the layout and positioning defined in the CSS are not being applied correctly, leading to inconsistencies and rendering issues.

This description highlights the specific issue related to positioning and explains the cause, which is the lack of support for modern CSS functions in older browsers.

What is the expected behavior?
The max() and env() functions should be supported in older browsers to ensure consistent rendering and layout across different browser versions.

Which versions of React, and which browser / OS is affected by this issue? Did this work in previous versions of React?
React: 18
Browsers Affected: old Browser
Operating System: OS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant