.revert-font-size *{
    font-size: revert !important;
}

#modal-root {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: contents;
}