Skip to content

Commit b8ed170

Browse files
authored
[AppBar] Fix z-index issue on Firefox (#21063)
1 parent afd4853 commit b8ed170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/material-ui/src/AppBar/AppBar.js

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const styles = (theme) => {
4848
/* Styles applied to the root element if `position="static"`. */
4949
positionStatic: {
5050
position: 'static',
51-
transform: 'translateZ(0)', // Make sure we can see the elevation.
5251
},
5352
/* Styles applied to the root element if `position="relative"`. */
5453
positionRelative: {

0 commit comments

Comments
 (0)