[system] Settings both X and Y for overflow on Box does not work on Safari #17297
Closed
2 tasks done
Labels
component: Box
The React component.
new feature
New feature or request
package: system
Specific to @mui/system
Current Behavior 😯
Setting a value of
hidden auto
as theoverflow
on aBox
component does not work on Safari. The attribute is not present in the rendered HTML.This is working on Chrome and Firefox.
Expected Behavior 🤔
Safari does not seem to implement the shorthand
overflow
the same way Firefox and Chrome does. It allows me to set a single value (ie.:auto
) and it will affect both axes.Steps to Reproduce 🕹
https://codesandbox.io/embed/create-react-app-shfhh
Your Environment 🌎
The text was updated successfully, but these errors were encountered: