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
Answered
by
mathisscott
tshailesh-vmw
asked this question in
General
-
Hi Team, I am facing this issue where dropdown menu comes behind data grid columns. I have a card which have position fixed. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
mathisscott
Jun 14, 2021
Replies: 1 comment 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bbogdanov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 to502
.