Skip to content

Commit 529c273

Browse files
author
Kayla Wilkins
committed
putting overflow back
1 parent aa459c3 commit 529c273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/components/0_utilities/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ input[type="text"] {
3737

3838
.api-body table {
3939
width: 100%;
40-
overflow-x: scroll;
40+
overflow-x: auto;
4141
@apply border border-grey-light;
4242
}
4343

src/css/components/4_pages/api-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
.api-body {
2929
@apply mb-8;
30-
overflow: hidden;
30+
overflow: auto;
3131
}
3232

3333
.endpoint-anchor {

0 commit comments

Comments
 (0)