I'm facing a problem with TopItemListContainer that when using groups it doesn't allow us to set a proper z-index. A proper solution would be to make TopItemListContainer a customisable component as Item or Group. Currently I'm having to apply zIndex with this selector '& div[style*="position: sticky"]': { zIndex: 999 }
I'm facing a problem with
TopItemListContainer
that when using groups it doesn't allow us to set a properz-index
. A proper solution would be to makeTopItemListContainer
a customisable component asItem
orGroup
. Currently I'm having to apply zIndex with this selector'& div[style*="position: sticky"]': { zIndex: 999 }