Skip to content

Commit

Permalink
Add transparent background in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
anagperal committed Dec 12, 2024
1 parent 4adcbff commit e228232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webapp/components/layout/side-bar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export const SideBar: React.FC<SideBarProps> = React.memo(
);

const StyledDrawer = styled(Drawer)`
.MuiBackdrop-root {
background-color: transparent;
}
.MuiDrawer-paper {
height: calc(100% - 48px);
top: 48px;
Expand Down

0 comments on commit e228232

Please sign in to comment.