From 7ef9bea59ca870fa1c81c882e810bf588f7e6c7c Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 18 Dec 2023 07:45:42 -0600 Subject: [PATCH] Background fixed --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 7afff48..ce2e12d 100644 --- a/static/style.css +++ b/static/style.css @@ -28,6 +28,7 @@ html { height: 100vh; margin: 0; padding: 0; + background-attachment: local; } body {