From d60174ae66146defb8f639183cc621dfbdda875e Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 1 May 2023 21:38:27 +0200 Subject: [PATCH] trying things to please safari... --- assets/css/template.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/template.css b/assets/css/template.css index 4a68d23..ddc8973 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -56,6 +56,9 @@ body { background-attachment: fixed,fixed; -webkit-background-attachment: fixed,fixed ; -webkit-transform: translateZ(0); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; z-index: 0; } }