Add scrollbar to overflowing wikipages. Fixes #192

This commit is contained in:
spikecodes 2021-04-15 15:56:48 -07:00
parent 3cf787cf98
commit 28ca3589ed
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 29 additions and 28 deletions

View file

@ -387,6 +387,7 @@ aside {
#wiki {
background: var(--foreground);
padding: 35px;
overflow-x: scroll;
}
#top {