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/issues.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/issues.html')
-rw-r--r-- | ext/issues.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/issues.html b/ext/issues.html index 3c19aa0e..88332431 100644 --- a/ext/issues.html +++ b/ext/issues.html @@ -15,10 +15,10 @@ <link rel="stylesheet" type="text/css" href="/css/settings.css"> <script src="/js/pages/generic-page-main.js" type="module"></script> </head> -<body> +<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"> |