Skip to content

Commit

Permalink
fix: expanded view background has no z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 6, 2023
1 parent a7daf84 commit f5a955f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { maxHeight } from '../AppContainer';

export const CollapseContainer = styled(Box)(({ theme }) => ({
height: maxHeight,
zIndex: 0,
}));

export const ScrollableContainer = styled(Box)({
Expand Down

0 comments on commit f5a955f

Please sign in to comment.