import styled from '@emotion/styled';

const FluidHeight = styled('div')`
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  overflow: hidden;
  height: 100%;
`;

export default FluidHeight;