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.
2 parents 04fc7b8 + b5ce7e1 commit d4a31e1Copy full SHA for d4a31e1
projects/dxc-ngx-cdk/src/lib/dxc-table/dxc-table.component.ts
@@ -62,9 +62,10 @@ export class DxcTableComponent {
62
div#divTable {
63
${this.utils.getMargins(inputs.margin)}
64
${this.calculateWidth(inputs.margin)};
65
- overflow-y: auto;
+ overflow: auto;
66
&::-webkit-scrollbar {
67
width: 8px;
68
+ height: 8px;
69
}
70
&::-webkit-scrollbar-thumb {
71
background-color: var(--table-scrollBarThumbColor);
0 commit comments