Add z-index for Spotlight Tooltip in Popover
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

- Introduced a new CSS rule to set the z-index for popovers containing spotlight tooltips, ensuring proper layering in the user interface.
- This change enhances the visibility and interaction of tooltips within the application, improving overall user experience.
This commit is contained in:
Tom Butcher 2026-08-21 21:22:12 +01:00
parent be57b3fde7
commit f97bdc364d

View File

@ -349,6 +349,10 @@ code {
padding: 0 !important;
}
.ant-popover:has(.spotlight-tooltip) {
z-index: 1051;
}
:root,
.light-mode,
html:has(.light-mode) {