sfirke commented on PR #18784:
URL: https://github.com/apache/superset/pull/18784#issuecomment-1217085082
@shenrie thanks for posting your workaround, I was in the same situation.
Once I had 3 filters though it didn't work because it moved the buttons box and
the 3rd filter. So I added `>` to make it non-recursive (only finding direct
3rd children) and it worked:
```
.open > div:nth-child(3) {
position: absolute;
top: 300px;
}
```
--
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]