1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

chore: remove z-index from sticky admin menu as its probably not needed (#9690)

This commit is contained in:
David Leek 2025-04-03 10:24:26 +02:00 committed by GitHub
parent b9a7c0cda6
commit 4344c94a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,6 @@ const StyledMenuPaper = styled(Paper)(({ theme }) => ({
const StickyContainer = styled(Sticky)(({ theme }) => ({
position: 'sticky',
top: 0,
zIndex: theme.zIndex.sticky,
background: theme.palette.background.application,
transition: 'padding 0.3s ease',
}));