mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Merge pull request #47 from robrobinbin/scrollbar-for-overflowing-code
Add overflow "auto" to "pre"
This commit is contained in:
commit
89fa0d5489
1 changed files with 1 additions and 0 deletions
|
@ -779,6 +779,7 @@ input[type="submit"] {
|
|||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: var(--shadow);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.md table {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue