Current Behavior
When opening the date range picker on the Statistics extension graph the menu items are not visible as they are covered by the graph below.
Steps to Reproduce
- Open "Statistics"
- Try to change date range
Expected Behavior
Just like Statistics in 1.x the dropdown menu should be visible
Screenshots
Environment
- Flarum version: 2.0.0-rc.5
- PHP version: 8.5.6
- Browser: Chrome 151
Output of php flarum info
Possible Solution
I already compared z-index styling from 1.x to 2.x and the only possible culprit seems to be within the SVG container with a z-index: 99999 statement for .graph-svg-tip. But even removing or changing this did not help, so must be some different layer change.
Additional Context
No response
Current Behavior
When opening the date range picker on the Statistics extension graph the menu items are not visible as they are covered by the graph below.
Steps to Reproduce
Expected Behavior
Just like Statistics in 1.x the dropdown menu should be visible
Screenshots
Environment
Output of
php flarum infoPossible Solution
I already compared z-index styling from 1.x to 2.x and the only possible culprit seems to be within the SVG container with a
z-index: 99999statement for.graph-svg-tip. But even removing or changing this did not help, so must be some different layer change.Additional Context
No response