Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

overlap issue while using position fixed for a card having dropdown menu and datagrid #6065

Discussion options

You must be logged in to vote

Because you are using position fixed on the top element, you will need to go higher in z-index than the datagrid header. I accomplished that here by increasing the z-index of the .icon element to 502.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tshailesh-vmw
Comment options

Answer selected by bbogdanov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment