From 6e9edfbd9384aaae3fd83a9b011e8f2f2f4973e2 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 29 Jan 2022 11:24:15 +0100 Subject: Fix scrolling not working on Safari --- htdocs/public/index.ejs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'htdocs/public/index.ejs') diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index 942ad1d..4521d5c 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -1,8 +1,6 @@ <% global.title = lang.main.page; %> <%- include(`${private}/header.ejs`) %> -TODO (<%- slang %>) -
@@ -19,8 +17,8 @@
- -

+ +
@@ -238,8 +236,7 @@ fs.readFileSync(serverRoot + "/.git/" + fs.readFileSync(serverRoot + "/.git/HEAD").toString().trim().substr(5)).toString().trim().substr(0, 8) %> · <%- lang.global.source %> · <%- lang.global.legal %> · <%- lang.metranslator.title %> · <%- lang.global.account %> · <%- lang.global.legal %> · <%- lang.global.account %> · Kartik Online · UnchainedTech · Minteck Trunk -- cgit