jayakrishnankk commented on pull request #17505: URL: https://github.com/apache/superset/pull/17505#issuecomment-978183854
I had a discussion with @Nithin-George-Philips . We decided on the following steps, that will introduce least changes. - Break up the `FilterBar > Header` element into a `Header` and a `Footer`. - Put the `Footer` right below the `Header` and use css overrides to move the footer to the bottom (advantage: essentially no change in the end user behavior) Plan is to use dashboard specific css by using the flexbox properties to put the footer to the bottom. Going to test this theory. If it works, then it should be pretty straight forward. -- 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]
