kgabryje commented on issue #11188: URL: https://github.com/apache/incubator-superset/issues/11188#issuecomment-708997066
@etr2460 This dropdown menu should be scrollable. Adding a permanent scrollbar is problematic, as Antd Tabs doesn't expose API for customising the dropdown. I could override a proper CSS class in `antd/index.less` stylesheet... but I think that would make @rusackas quite unhappy. What I can do here is try to fix the styles of dropdown menu items - apparently the styling from the Tabs (like `display: flex`) don't apply to them. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
