You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltips by default are displayed on document.body making them extremely hard to override without a lot of specific code. Generally speaking, likely should be displayed in the top most layer.
Version
6.x
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Have some tooltip rendered within a topbar. The tooltip will be displayed behind the topbar.
Expected Behavior
Tooltips should always be displayed in the top level layer.
Actual Behavior
The z-index value for tooltips (22) is lower than TopBar's z-index:
cauldron/packages/styles/variables.css
Lines 127 to 130 in 7e55dd2
Tooltips by default are displayed on
document.body
making them extremely hard to override without a lot of specific code. Generally speaking, likely should be displayed in the top most layer.Version
6.x
The text was updated successfully, but these errors were encountered: