.x-com {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}

.x-com > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: auto;
    padding: 1rem;
}

.x-com > div > * {
    flex: 1 1 auto;
}
