feat: enhance tooltip and global styles for improved visibility; implement custom tooltip rendering in CategoryTrendChart and enforce opacity settings in globals.css for Radix Portal and Recharts tooltips
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4m7s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4m7s
This commit is contained in:
@@ -381,6 +381,29 @@
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Forcer l'opacité sur les wrappers Radix Portal */
|
||||
[data-radix-portal],
|
||||
[data-radix-portal] > *,
|
||||
[data-radix-popper-content-wrapper],
|
||||
[data-radix-popper-content-wrapper] > * {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Forcer l'opacité sur les tooltips Recharts */
|
||||
.recharts-tooltip-wrapper,
|
||||
.recharts-tooltip-wrapper > *,
|
||||
.recharts-tooltip-wrapper > div,
|
||||
.recharts-tooltip-wrapper > div > *,
|
||||
.recharts-tooltip-cursor {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Forcer l'opacité et le background opaque sur le contenu du tooltip */
|
||||
.recharts-tooltip-wrapper > div {
|
||||
background-color: var(--background) !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Glassmorphism effect très prononcé */
|
||||
.glass {
|
||||
background: var(--card);
|
||||
|
||||
Reference in New Issue
Block a user