Use scrollbars in textarea and pre.

This commit is contained in:
tastytea 2019-11-26 22:54:39 +01:00
parent 8e5def9bc8
commit 3f920f36d2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 2 deletions

View File

@ -133,3 +133,8 @@ div.admonitionblock td
{
margin-top: 0;
}
textarea, pre
{
overflow: auto;
}