This commit is contained in:
Morten Olsen
2021-06-09 22:15:39 +02:00
parent ab1a5b5fc2
commit 75df75caec
4 changed files with 7 additions and 11 deletions

View File

@@ -6,10 +6,6 @@ import useConnection from '../hooks/useConnection';
const Wrapper = styled.div`
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
flex-direction: column;
`;