diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-06-20 13:10:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 17:10:07 +0000 |
commit | 8f33cb76cbe7c86ad6ee3cd6700c40f82dc7230d (patch) | |
tree | 712b8b873dc0b406028b7f61d899cb33bedc0106 /ext/info.html | |
parent | 9f4e595c7264a52ab85eb07c4d1411e4efb09ab1 (diff) |
Fix scrollbars on info, legal, and issues; add theming to legal and issues (#1096)
* Add theming support to generic-page-main.js
* Mark scrollbars on info, issues, and legal
* Remove quick-start-guide-main.js in favor of generic-page-main.js
* Default body to hidden on issues and legal
Diffstat (limited to 'ext/info.html')
-rw-r--r-- | ext/info.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/info.html b/ext/info.html index faa46cbc..0b455fd4 100644 --- a/ext/info.html +++ b/ext/info.html @@ -18,7 +18,7 @@ <body hidden> <!-- Main content --> -<div class="content-outer"><div class="content"> +<div class="content-outer"><div class="content scrollbar"> <div class="content-left"></div> <div class="content-center"> |