#alert-popup {
    width: 600px;
    max-width: 100%;
    background-color: #fff;
    display: block;
    position: relative;
}
#alert-popup .wrapper {
    overflow-y: auto;
    max-height: 100vh;
    padding: 30px;
}