safari..............

This commit is contained in:
thaaoblues 2023-05-01 22:39:06 +02:00
parent 4165ad45b8
commit 4d912fa8f3

View file

@ -53,8 +53,8 @@ body {
-o-background-size: auto,cover; -o-background-size: auto,cover;
position: fixed; position: fixed;
height: 100%; height: 100vh;
width: 100%; width: 100vh;
/* s/o coconut.jpeg */ /* s/o coconut.jpeg */
z-index: -10000000; z-index: -10000000;
@ -68,9 +68,9 @@ body {
.bg{ .bg{
background-position: center center, center center; background-position: center center, center center;
background-size: auto,100% 100vh; background-size: auto,cover;
background-attachment: fixed,fixed; background-attachment: scroll,scroll;
-webkit-background-attachment: fixed,fixed ; -webkit-background-attachment: scroll,scroll ;
} }
} }