🐛 fix bug with clipping on mobile

This commit is contained in:
Chase Manning 2023-09-05 09:56:33 +03:00
commit c862cfc93e

View file

@ -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;