rusackas commented on code in PR #41871: URL: https://github.com/apache/superset/pull/41871#discussion_r3565551327
########## superset-frontend/src/explore/components/ControlPanelsContainer.tsx: ########## @@ -152,8 +152,8 @@ const Styles = styled.div` display: flex; flex-direction: column; - // Resizable add overflow-y: auto as a style to this div - // To override it, we need to use !important + /* Resizable add overflow-y: auto as a style to this div */ Review Comment: Fixed — was `Resizable add`, should be `Resizable adds`. -- 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]
