-
Notifications
You must be signed in to change notification settings - Fork 2
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
[SAGE-795] Transactions table hover behavior #1578
[SAGE-795] Transactions table hover behavior #1578
Conversation
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.
Checked w/the bridge enabled and all is working great. LGTM! 👍🏼
Thanks for jumping on this one so quickly!
Q: did we test this with any kind of modal or overlay open to make sure it sits below those? |
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.
Seconding @goodwinchris the Contacts page is another good place to check any changes to z-index
in Table, Dropdown, Drawer, and Modal, especially as the page scrolls and the application nav/header overlaps with such elements.
436d626
to
2b0cf04
Compare
Did checking around and there are no other issues. The contact specifically calls out a |
2b0cf04
to
53d11f5
Compare
Description
Screenshots
Testing in
sage-lib
Verify that the tables not longer have a
z-index
onsage-table-wrapper
Testing in
kajabi-products
Click on Sales > Payments > Click the dropdown > then click on a field in the table to close the dropdown
z-index
fromSageTable
.Related
Closes SAGE-795