Open v3DJG6GL opened 1 month ago
This, is just Wow. Il look into reworking this page.
great, thanks!
There are similar issues to the Count By Day - Last 20 Days and Play Count By Hour - Last 20 Days tooltips.
Adding columns: 18em 3;
to .recharts-tooltip-wrapper.recharts-tooltip-wrapper-left.recharts-tooltip-wrapper-top
helps too, but it for sure needs more works than just that ;)
Describe the bug I noticed some styling issues on my Jellystat instance, especially since I have a lot of libraries.
Environment Details (please complete the following information):
To Reproduce Steps to reproduce the behavior:
Expected behavior
Screenshots Here a screenshot of the current situation. You cannot really see it since I had to blur these parts, but the text elements of Play Count By Day - Last 20 Days and Play Count By Hour - Last 20 Days are in front together with the tooltip. This makes it super difficult to distinguish one element from another.
I modified some css values:
.recharts-tooltip-wrapper.recharts-tooltip-wrapper-left.recharts-tooltip-wrapper-top
z-index: 1;
helps to keep the tooltip in front.p-2.rounded-2.border-0
columns: 3 18em;
Additional context Add any other context about the problem here.