mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
help scrolling on quiz
This commit is contained in:
@@ -181,7 +181,7 @@ export default function EditQuiz({
|
|||||||
Body={
|
Body={
|
||||||
<>
|
<>
|
||||||
{showHelp && (
|
{showHelp && (
|
||||||
<pre className=" max-w-96">
|
<pre className=" max-w-96 h-full overflow-y-auto">
|
||||||
<code>{helpString(settings)}</code>
|
<code>{helpString(settings)}</code>
|
||||||
</pre>
|
</pre>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user