geido commented on a change in pull request #17046:
URL: https://github.com/apache/superset/pull/17046#discussion_r725952464



##########
File path: 
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx
##########
@@ -76,7 +76,10 @@ const StyledPill = styled(Pill)`
 
 const ContentWrapper = styled.div`
   max-height: 700px;
-  overflow-y: auto;
+  .ant-select-dropdown {
+    // ensures dropdown positions correctly
+    top: 36px !important;

Review comment:
       I am not totally sure about this change. I tried to remove it from the 
test environment and could not spot any issue with the dropdown. Would you 
please clarify what this is preventing? 




-- 
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]

Reply via email to