We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c13140 commit da78ecaCopy full SHA for da78eca
frontend/src/components/common/NewTable/Table.styled.ts
@@ -241,7 +241,7 @@ export const Ellipsis = styled.div`
241
242
export const TableWrapper = styled.div<{ $disabled: boolean }>(
243
({ $disabled }) => css`
244
- /* overflow-x: auto; */
+ overflow-x: auto;
245
${$disabled &&
246
css`
247
pointer-events: none;
0 commit comments