We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403bc27 commit 16ebd9eCopy full SHA for 16ebd9e
pages/docs/index.js
@@ -126,14 +126,14 @@ const Home = (props) => {
126
showLineNumbers='true'
127
wrapLines
128
theme={dracula}
129
- style="overflow-x:scroll;overflow-y:hidden;"
+ className='zxc'
130
/>:<CopyBlock
131
text={tutorial.JS[0]}
132
language='javascript'
133
134
135
136
137
/>}
138
</div>
139
<div className="home-buttons">
@@ -469,6 +469,9 @@ const Home = (props) => {
469
.idk {
470
width: 100%;
471
}
472
+ .zxc {
473
+ overflow-x:scroll;overflow-y:hidden;
474
+ }
475
`}
476
</style>
477
</>
0 commit comments