fix: 📏 vertical screen size
This commit is contained in:
parent
7721b71fc4
commit
3627a739c4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue