fix(website): only hide x overflow

pull/177/head
TorchedSammy 2022-06-22 15:56:55 -04:00
parent ce13e50579
commit 5a2fd055d1
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body style="overflow: hidden;">
<body style="overflow-x: hidden;">
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}