body {
    display: flex;
    flex-direction: row;
}

.info {
    overflow-y: auto;

    font-size: 12px;
    pointer-events: all;
}
