make entire codeblock scroll if needed

main
jolheiser 2025-04-17 14:29:41 -05:00
parent 753d1f3d20
commit 801198a1f7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@
} }
.code>.chroma { .code>.chroma {
@apply text-sm p-3 rounded; @apply text-sm p-3 rounded overflow-scroll;
} }