Skip to content

Commit

Permalink
add overflow scroll to ReactJson componenets
Browse files Browse the repository at this point in the history
  • Loading branch information
khancode committed Dec 12, 2023
1 parent 5a591d6 commit 7296663
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/dev-tools/rpc-tool.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export default function RpcTool() {
displayObjectSize={false}
enableClipboard={false}
indentWidth={24}
style={{ overflow: 'scroll' }}
/>
<ul className="tools nav nav-pills">
<li>
Expand Down Expand Up @@ -342,6 +343,7 @@ export default function RpcTool() {
displayObjectSize={false}
enableClipboard={false}
indentWidth={24}
style={{ overflow: 'scroll' }}
/>
</>
)}
Expand Down Expand Up @@ -372,6 +374,7 @@ export default function RpcTool() {
displayObjectSize={false}
enableClipboard={false}
indentWidth={24}
style={{ overflow: 'scroll' }}
/>
<ul className="tools nav nav-pills">
<li>
Expand Down Expand Up @@ -420,6 +423,7 @@ export default function RpcTool() {
displayObjectSize={false}
enableClipboard={false}
indentWidth={24}
style={{ overflow: 'scroll' }}
/>
<ul className="tools nav nav-pills">
<li>
Expand Down Expand Up @@ -467,6 +471,7 @@ export default function RpcTool() {
displayObjectSize={false}
enableClipboard={false}
indentWidth={24}
style={{ overflow: 'scroll' }}
/>
<ul className="tools nav nav-pills">
<li>
Expand Down Expand Up @@ -515,6 +520,7 @@ export default function RpcTool() {
displayObjectSize={false}
enableClipboard={false}
indentWidth={24}
style={{ overflow: 'scroll' }}
/>
<ul className="tools nav nav-pills">
<li>
Expand Down

0 comments on commit 7296663

Please sign in to comment.