EnxDev commented on code in PR #33703: URL: https://github.com/apache/superset/pull/33703#discussion_r2138298119
########## superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx: ########## @@ -76,6 +76,7 @@ const StyledModalWrapper = styled(StyledModal)<{ expanded: boolean }>` .ant-modal-body { padding: 0px; + overflow: unset; Review Comment: I had removed it from there to place it somewhere else, but it doesn’t seem to work well across all browsers as I had hoped. I’ve added it back there and in other places, and slightly reduced the width of the left section; it seems to be working better now. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org