Add z-index for Spotlight Tooltip in Popover
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
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:
parent
be57b3fde7
commit
f97bdc364d
@ -349,6 +349,10 @@ code {
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-popover:has(.spotlight-tooltip) {
|
||||||
|
z-index: 1051;
|
||||||
|
}
|
||||||
|
|
||||||
:root,
|
:root,
|
||||||
.light-mode,
|
.light-mode,
|
||||||
html:has(.light-mode) {
|
html:has(.light-mode) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user