.modal-scroll-content {
    width: 100%;
    position: absolute;
    top: 3px;
    bottom: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
}