mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
import styled from 'styled-components';
|
|
|
|
export const AppWrapper = styled.div`
|
|
position: absolute;
|
|
width: 100vw;
|
|
height: calc(100vh - calc(100vh - 100%));
|
|
`;
|