feat: increase Snackbar z-index so it appears over chatbot icon

This commit is contained in:
kasia.oczkowska
2024-01-05 14:39:15 +00:00
committed by Kasia
parent 3d6847a3a2
commit ec5ef28a7a
5 changed files with 131 additions and 167 deletions

View File

@@ -159,6 +159,10 @@ export const defaultTheme = createTheme({
},
},
},
zIndex: {
// z-index must be bigger than chatbot's icon
snackbar: 2200000000,
},
components: {
MuiAppBar: {
styleOverrides: {
@@ -297,6 +301,6 @@ export const mationTheme = createTheme(
},
},
},
})
}),
);
export default defaultTheme;