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 committed Sep 20, 2023
1 parent d944cd9 commit 18c86a6
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 18c86a6

Please sign in to comment.