FIX: tooltips can be over the header (#23548)
As a result they need a high z-index
This commit is contained in:
parent
8b51a89919
commit
408e71e437
|
@ -13,7 +13,7 @@
|
|||
border-radius: var(--d-border-radius);
|
||||
border: 1px solid var(--primary-low);
|
||||
box-shadow: var(--shadow-menu-panel);
|
||||
z-index: z("tooltip");
|
||||
z-index: z("max");
|
||||
width: max-content;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue