What is the problem or goal the end user is trying to solve or accomplish?
The end user wants to customize the placement and appearance of the "Apply Filters" button within the dashboard filter panel. They want it to appear directly below the last filter to reduce user confusion, as filters sometimes depend on each other and show a loading state. This misleads users into thinking the filters have already been applied when the "Apply Filters" button is out of view.
How are they solving it currently?
Currently, the customer is attempting to use the dashboard CSS editor to override the placement of the "Apply Filters" button by adjusting the bottom
property or other CSS rules. However, this option seems limited to the chart area and doesn't affect dashboard-level components like the filter panel or its buttons.
What is the recommended solution by the Customer?
The customer recommends adding a feature to enable CSS customization for the "Apply Filters" button and its placement. This would allow them to control the position and appearance of the button, making it more intuitive for users by placing it directly below the last filter in the panel.