mirror of
https://github.com/sammwyy/MikuMikuBeam.git
synced 2025-07-02 03:23:03 +00:00
fix: 📏 vertical screen size
This commit is contained in:
parent
7721b71fc4
commit
3627a739c4
@ -135,7 +135,7 @@ function App() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`w-full h-full bg-gradient-to-br from-pink-100 to-blue-100 p-8 overflow-y-auto ${
|
className={`w-screen h-screen bg-gradient-to-br from-pink-100 to-blue-100 p-8 overflow-y-auto ${
|
||||||
actuallyAttacking ? "shake" : ""
|
actuallyAttacking ? "shake" : ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user