Show code blocks at full height

...well, for any reasonable height anyway.

When scrollbars appear the refreshing output tends to get janky, so
just allow the code region (called a fence in markdown, apparently)
to be up to 9999 lines tall.
This commit is contained in:
Jeff Epler 2023-12-12 21:38:23 -06:00
parent 86059a5d85
commit 59d9e68119
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -36,6 +36,9 @@ Markdown:focus-within {
Markdown { Markdown {
border-left: heavy transparent; border-left: heavy transparent;
} }
MarkdownFence {
max-height: 9999;
}
Footer { Footer {
dock: top; dock: top;
} }