Skip to content

Commit d8daaae

Browse files
committed
fix: TT-344 add horizontal scrolling to handle overflow caused by new datatable format
1 parent 801dcf9 commit d8daaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body {
1616
width: 100vw;
1717
margin: 0;
1818
padding: 0;
19-
overflow-x: hidden;
19+
overflow-x: scroll;
2020
overflow-y: hidden;
2121
}
2222

0 commit comments

Comments
 (0)