geido commented on code in PR #35338:
URL: https://github.com/apache/superset/pull/35338#discussion_r2402395689


##########
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:
   Sorry to be a pain here but these styles look very similar across the 
implementation. Can we put them in a re-usable place? That should help with 
consistency as well. 



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