From f143deb7da2be68faf405362882e7431d9b9b17c Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 12 Apr 2020 08:24:35 +0800 Subject: [PATCH] theme: kill fixed background the performance is poor on mobile --- theme/default/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 7898331..a1c8737 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -16,7 +16,6 @@ body { html { background-image: url("/static/whitenoise-100x100.png"); background-repeat: repeat; - background-attachment: fixed; } .page-wrapper {