-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add status field to D&D tables #5141
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -8,6 +8,7 @@ export const TableActionBar = ({ children, ...props }: StackProps) => ( | |||
borderWidth="1px" | |||
borderBottomWidth="0px" | |||
borderColor="gray.200" | |||
zIndex={11} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The THead on FidesTable has a z-index of 10, so this needed to be higher in order for the popover to render correctly.
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work. Love these UI changes. The code looks good and found no problems with the ui testing. approved!
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Closes PROD-2325, PROD-2331
Description Of Changes
Code Changes
Pre-Merge Checklist
CHANGELOG.md