shenrie commented on PR #18784:
URL: https://github.com/apache/superset/pull/18784#issuecomment-1162385677
@kgabryje Nevermind, I figured out a way to do it with some basic CSS and
will leave it here for others in case they also don't like the Apply and Clear
buttons at the bottom of the filter box.
Just add this to the dashboard's CSS and modify the top position as needed
depending on the number of filtering options are available:
```
.open div:nth-child(3) {
position: absolute;
top: 250px;
}
```
<img width="1359" alt="image"
src="https://user-images.githubusercontent.com/768977/174900205-4493becb-53f1-45bc-be16-06cd1d9e3d44.png">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]