Skip to content

Commit

Permalink
4.39.1: fix overflow in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
8coon committed Sep 14, 2023
1 parent 3f8fb21 commit 3475ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.tokens-content-item > div {
overflow: auto;
overflow: visible;
}

.tokens-content-header > div:nth-child(1),
Expand Down

0 comments on commit 3475ffd

Please sign in to comment.