overflowHidden.tsx 162 B

12345678
  1. import styled from '@emotion/styled';
  2. export const OverflowHidden = styled('div')`
  3. position: relative;
  4. height: 100%;
  5. overflow: hidden;
  6. display: grid;
  7. `;