mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-03 01:18:58 +00:00
🐛 fix bug with clipping on mobile
This commit is contained in:
parent
4fc7045531
commit
c862cfc93e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,8 +3,8 @@ import Gameboy from "./components/Gameboy";
|
|||
|
||||
const StyledApp = styled.div`
|
||||
background: var(--bg);
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
height: 100dvh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue