#root {
  min-width:768px;
  height:100vh;
  display:flex;
  flex-direction:column;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  /*
  Define here the CSS styles applied only to Safari browsers
  (any version and any device)
  */
  .gridContainer {
    height: 80vh;
  }
}}
