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:
parent
86059a5d85
commit
59d9e68119
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue