We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd4853 commit b8ed170Copy full SHA for b8ed170
packages/material-ui/src/AppBar/AppBar.js
@@ -48,7 +48,6 @@ export const styles = (theme) => {
48
/* Styles applied to the root element if `position="static"`. */
49
positionStatic: {
50
position: 'static',
51
- transform: 'translateZ(0)', // Make sure we can see the elevation.
52
},
53
/* Styles applied to the root element if `position="relative"`. */
54
positionRelative: {
0 commit comments