msyavuz commented on code in PR #36134:
URL: https://github.com/apache/superset/pull/36134#discussion_r2550510807
##########
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.js:
##########
@@ -54,6 +55,13 @@ export const Styles = styled.div`
table.pvtTable tbody tr.pvtRowTotals {
position: ${isDashboardEditMode ? 'inherit' : 'sticky'};
bottom: 0;
+ background-color: ${theme.colorBgBase};
+ }
+
+ table.pvtTable tbody tr.pvtRowTotals th,
+ table.pvtTable tbody tr.pvtRowTotals td {
+ background-color: ${theme.colorBgBase};
+ z-index: 1;
Review Comment:
Is this z-index necessary? I would guess the background color would be
enough.
--
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]