geido commented on code in PR #35338:
URL: https://github.com/apache/superset/pull/35338#discussion_r2419203759
##########
superset-frontend/packages/superset-ui-core/src/components/Table/index.tsx:
##########
@@ -167,6 +167,33 @@ const StyledTable = styled(AntTable as
FC<AntTableProps>)<{ height?: number }>(
.ant-table-body {
overflow: auto;
height: ${height ? `${height}px` : undefined};
+
+ /* Chrome/Safari/Edge webkit scrollbar styling */
Review Comment:
Let's talk more about how we should have re-usable pieces for plugins
--
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]