GitHub user davigiroux closed the discussion with a comment: Filter buttons
being displayed at the very bottom of an embedded dashboard
I was able to achieve what I needed with custom CSS on each Dashboard. Thank
you!
This was what I used:
```
.open > div:nth-child(3) {
position: relative;
}
.open > div:nth-child(2) {
height: auto;
min-height: 800px;
}
```
GitHub link:
https://github.com/apache/superset/discussions/35268#discussioncomment-14515749
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]