Update main.css to allow scrolling in code blocks (#5495)

This commit is contained in:
Steven K 2024-02-13 11:24:30 -08:00 committed by GitHub
parent e9fea353c5
commit 512933fa44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -408,6 +408,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
margin-bottom: 0 !important;
}
#default-tab .prose pre, #notebook-tab .prose pre {
overflow: scroll;
}
.message-body code {
white-space: pre-wrap !important;
word-wrap: break-word !important;