fix(funbox): missing background image and extra scrolling in space balls (yunfachi) (#4872)

* fix: update background image in space_balls (yunfachi)

* fix: hide the scrollbar caused by page rotation in space_balls (yunfachi)
This commit is contained in:
yunfachi 2023-12-20 15:08:23 +00:00 committed by GitHub
parent 0f3565a3f6
commit 3ad1d6b601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,15 +11,16 @@
}
body {
background-image: url("https://thumbs.gfycat.com/SlimyClassicAsianconstablebutterfly-size_restricted.gif");
background-image: url("https://media0.giphy.com/media/5VD0q2EDp2gvNQVCIN/giphy.gif");
background-size: cover;
background-position: center;
}
main {
transform: rotateX(35deg);
perspective: 500px;
overflow: hidden;
}
#contentWrapper {
perspective: 500px;
main .page {
transform: rotateX(35deg);
}