pkdotson commented on a change in pull request #14872:
URL: https://github.com/apache/superset/pull/14872#discussion_r649439773



##########
File path: superset-frontend/src/CRUD/CollectionTable.tsx
##########
@@ -67,15 +74,23 @@ const CrudTableWrapper = styled.div<{ stickyHeader?: 
boolean }>`
     stickyHeader &&
     `
       height: 350px;
-      overflow: auto;
+      overflow-y: auto;

Review comment:
       I had specify specifically in this case for some reason because just 
overflow:auto did not work.




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

Reply via email to