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


##########
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:
   I thought about it but the components are too far apart so the only logical 
place that makes sense is `GlobalStyles` inside `superset-ui-core` but i didn't 
want to do that for tables.



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