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/legal.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/legal.html')
-rw-r--r-- | ext/legal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/legal.html b/ext/legal.html index effcbc35..1f75b13f 100644 --- a/ext/legal.html +++ b/ext/legal.html @@ -17,11 +17,11 @@ <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 scrollbar"> <div class="content-left"></div> <div class="content-center"> |