Fix scroll for pre tag. Close #27

This commit is contained in:
Dmitry Kolosov 2020-04-26 14:53:07 +03:00
parent c95c954a4f
commit f796d328e5

View File

@ -100,7 +100,7 @@ pre {
padding: 1em;
background-color: #f1f1f1;
max-width: 100%;
overflow: scroll;
overflow: auto;
}
code,