Reintroduce backdrop filter
This commit is contained in:
@@ -227,9 +227,6 @@ const WindowTitlebar: React.FC<React.PropsWithChildren> = ({ children }) => (
|
||||
|
||||
// See: [Note: Customize the desktop title bar]
|
||||
const WindowTitlebarArea = styled(CenteredFlex)`
|
||||
// z-index: 10000;
|
||||
// background-color: var(--mui-palette-backdrop-muted);
|
||||
// backdrop-filter: blur(3px);
|
||||
width: 100%;
|
||||
height: env(titlebar-area-height, 30px /* fallback */);
|
||||
display: flex;
|
||||
|
||||
@@ -51,7 +51,8 @@ export const SidebarDrawer: React.FC<DrawerProps> = ({ children, ...rest }) => (
|
||||
left: 0,
|
||||
width: "100%",
|
||||
minHeight: "env(titlebar-area-height, 30px)",
|
||||
bgcolor: "background.default",
|
||||
bgcolor: "var(--mui-palette-backdrop-muted)",
|
||||
backdropFilter: "blur(3px)",
|
||||
zIndex: 10000,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user