ErrorStyled.tsx 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import styled from 'styled-components'; export const Container = styled.div ` // height : 100vh; // width : 100%; position : absolute; z-index : 99; `;