Only scroll overflowing tables in Wikis

This commit is contained in:
spikecodes 2021-04-16 14:47:42 -07:00
parent 28ca3589ed
commit b47cfd1ba5
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 14 additions and 13 deletions

View file

@ -387,7 +387,6 @@ aside {
#wiki {
background: var(--foreground);
padding: 35px;
overflow-x: scroll;
}
#top {
@ -1130,6 +1129,8 @@ input[type="submit"] {
.md table {
margin: 5px;
display: block;
overflow-x: auto;
}
.md code {