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
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 {