Skip to content

Commit

Permalink
fix: Fix DataDoc contents overflow in non-Chrome browsers (pinterest#…
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm authored and aidenprice committed Jan 3, 2024
1 parent 83f10ef commit f9fb350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions querybook/webapp/components/DataDoc/DataDoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
flex: 0 1 var(--max-width);
padding: 36px 8px 36px 16px;

overflow-x: auto;

.data-doc-header {
padding: 0px 12px 8px;
color: var(--text-light);
Expand Down

0 comments on commit f9fb350

Please sign in to comment.