Fixed Table Header click for options dropdown (#9300)

Fixes: #9286
This commit is contained in:
Harsh Singh
2025-01-01 15:04:58 +05:30
committed by GitHub
parent 7d74422c2c
commit 3544a49702

View File

@ -89,6 +89,10 @@ const StyledColumnHeadContainer = styled.div`
justify-content: space-between;
position: relative;
z-index: 1;
& > :first-of-type {
flex: 1;
}
`;
const StyledHeaderIcon = styled.div`