GitHub user davigiroux added a comment to the discussion: Filter buttons being displayed at the very bottom of an embedded dashboard
Sorry I couldn't add more screenshots since this is an enterprise use of the dashboards so I couldn't post the full thing. When you're viewing it in the normal superset page, we don't have this problem since the buttons are fixed in 100vh of that page, so regardless of the size of the dashboard itself, we never have to scroll to just apply the selected filters. When we embed it in our app, we calculate the height of the iframe based on the height provided in the in the callback from the embed function. With that, the calculated viewport height for `100vh` becomes the very bottom of the dasboard instead of the actual viewport of the user. Not sure if it's what design intended, but it would be nice to have an option to avoid having to scroll all the way to the bottom of the page to click the button. As for the horizontal filter, I can see that helping a lot! How can I configure it? GitHub link: https://github.com/apache/superset/discussions/35268#discussioncomment-14501609 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org