diff --git a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx index fae835fb0b..fe7f8a9b95 100644 --- a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx +++ b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx @@ -37,6 +37,7 @@ export const Table = styled.table` background-color: ${({ theme }) => theme.colors.grayscale.light5}; border-collapse: separate; border-radius: ${({ theme }) => theme.borderRadius}px; + overflow: hidden; thead > tr > th { border: 0;