-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: filters push out apply button on dashboard #11580
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11580 +/- ##
==========================================
- Coverage 66.56% 62.01% -4.56%
==========================================
Files 876 878 +2
Lines 42172 42265 +93
Branches 3949 3949
==========================================
- Hits 28073 26209 -1864
- Misses 13996 15874 +1878
- Partials 103 182 +79
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
945c21d
to
27f83b4
Compare
@graceguo-supercat @ktmud curious if you have any objection to this solution. This issue has come up several times in the past, and I heven't seen a solution yet that makes everyone happy. This seems like at least a step in the right direction. Thoughts? |
I think this makes sense. But is there a way to make only the chart content the scrollable area, i.e., make the chart title sticky? |
agreed, make sense. let's make the filter box title sticky. @kkucharc 🙏 |
@ktmud do you think there would be much value in making the Apply button sticky on the bottom, so the filters start to scroll behind it? Or is that just hogging the limited real estate? |
As much as I like it to be sticky too, I think your point about limited real estate is more important. |
I appreciate your feedback and input 👍 I will figure our and propose something. |
SUMMARY
Changed behaviour of too big filter block:
menuPortalTarget
because dropdown menu was limited to the box of chart.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TEST PLAN
ADDITIONAL INFORMATION