FIX: tooltips can be over the header (#23548)

As a result they need a high z-index
This commit is contained in:
Joffrey JAFFEUX
2023-09-12 19:17:35 +02:00
committed by GitHub
parent 8b51a89919
commit 408e71e437

View File

@@ -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;