fix(website): hide overflow

pull/177/head
TorchedSammy 2022-06-22 13:24:41 -04:00
parent 00c8cab8bb
commit 2e0eabbac7
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 class="d-flex flex-column h-100">
<body style="overflow: hidden;">
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}