Skip to content

Commit d4a31e1

Browse files
authored
Merge pull request #693 from dxc-technology/marcialfps-table-scroll
[Patch] Horizontal scroll in table component
2 parents 04fc7b8 + b5ce7e1 commit d4a31e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-table/dxc-table.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ export class DxcTableComponent {
6262
div#divTable {
6363
${this.utils.getMargins(inputs.margin)}
6464
${this.calculateWidth(inputs.margin)};
65-
overflow-y: auto;
65+
overflow: auto;
6666
&::-webkit-scrollbar {
6767
width: 8px;
68+
height: 8px;
6869
}
6970
&::-webkit-scrollbar-thumb {
7071
background-color: var(--table-scrollBarThumbColor);

0 commit comments

Comments
 (0)