Skip to content

Commit 4a7a79a

Browse files
committed
style(table): add overflow-x for mobile tables
1 parent 76aaf58 commit 4a7a79a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sass/_vendor.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ p {
645645
}
646646

647647
table {
648+
display: block;
649+
overflow-x: auto;
650+
-webkit-overflow-scrolling: touch;
648651
width: 100%;
649652
border-collapse: collapse;
650653
margin: 1.75rem 0;

0 commit comments

Comments
 (0)