html { box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } *, *:before, *:after { box-sizing: inherit; } body { font-family: 'Roboto', sans-serif; height: 100%; } :global #root, :global #root > * { height: 100%; }