mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: Columns bleeding into other cells (#36134)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com> Co-authored-by: Geidō <60598000+geido@users.noreply.github.com>
This commit is contained in:
@@ -28,6 +28,7 @@ export const Styles = styled.div`
|
||||
text-align: left;
|
||||
margin: ${theme.sizeUnit}px;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
font-family: ${theme.fontFamily};
|
||||
line-height: 1.4;
|
||||
}
|
||||
@@ -54,6 +55,12 @@ 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};
|
||||
}
|
||||
|
||||
table.pvtTable thead tr:last-of-type th,
|
||||
|
||||
Reference in New Issue
Block a user