Skip to content

Commit

Permalink
fix: Ensure settings panels are not overlapped by elements with expli…
Browse files Browse the repository at this point in the history
…cit z-index values
  • Loading branch information
ianjon3s committed Apr 17, 2024
1 parent 7a1e756 commit 17bd0df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ const Root = styled(Box)(({ theme }) => ({
left: 0,
right: 0,
minHeight: `calc(100% - ${HEADER_HEIGHT}px)`,
// Ensure settings panels sit above editor content with explicit z-index set, will be redundent when we move to side-tabbed settings
zIndex: "100",
[`& .${classes.tabs}`]: {
backgroundColor: theme.palette.border.main,
},
Expand Down

0 comments on commit 17bd0df

Please sign in to comment.