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

@ -38,13 +38,13 @@ body>*
font-family: sans-serif;
margin: 0;
padding: 0;
display:inline-block;
display: inline-block;
}
.nav li, .pagination li
{
list-style: none;
display:inline-block;
display: inline-block;
margin-right: 0.5em;
padding: 0;
}
@ -133,3 +133,8 @@ div.admonitionblock td
{
margin-top: 0;
}
textarea, pre
{
overflow: auto;
}