mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: make area behind bulk actions clickable (#3838)
This commit is contained in:
parent
8aadbc8ae9
commit
3e84d2ed09
@ -11,6 +11,7 @@ const StyledStickyContainer = styled('div')(({ theme }) => ({
|
||||
marginTop: 'auto',
|
||||
bottom: 0,
|
||||
zIndex: theme.zIndex.mobileStepper,
|
||||
pointerEvents: 'none',
|
||||
}));
|
||||
|
||||
const StyledContainer = styled(Box)(({ theme }) => ({
|
||||
@ -34,6 +35,7 @@ const StyledBar = styled(Paper)(({ theme }) => ({
|
||||
borderRadius: theme.shape.borderRadiusLarge,
|
||||
gap: theme.spacing(1),
|
||||
flexWrap: 'wrap',
|
||||
pointerEvents: 'auto',
|
||||
}));
|
||||
|
||||
const StyledCount = styled('span')(({ theme }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user