From 4d912fa8f33f645c7ba601e668224bcfc8ca11b0 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 1 May 2023 22:39:06 +0200 Subject: [PATCH] safari.............. --- assets/css/template.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/template.css b/assets/css/template.css index 2e674d3..260f2f1 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -53,8 +53,8 @@ body { -o-background-size: auto,cover; position: fixed; - height: 100%; - width: 100%; + height: 100vh; + width: 100vh; /* s/o coconut.jpeg */ z-index: -10000000; @@ -68,9 +68,9 @@ body { .bg{ background-position: center center, center center; - background-size: auto,100% 100vh; - background-attachment: fixed,fixed; - -webkit-background-attachment: fixed,fixed ; + background-size: auto,cover; + background-attachment: scroll,scroll; + -webkit-background-attachment: scroll,scroll ; } }