mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 06:29:45 +08:00
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:
parent
0f3565a3f6
commit
3ad1d6b601
1 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue