
.scrollable.fm-modal{
    z-index: 10 !important; /* less than default fm-modal so that popup on ban or send-message be on top  */
    position: absolute; /* z-index only works on positionned element */
}


.scrollable.fm-modal .x-close {
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 15;
}



.online.fm-modal .fm-modal-content {

    top: 2%;
    height: 96%;
    width: 94%;

}

.profile.fm-modal .fm-modal-content {

    top: 2%;
    height: 96%;
    width: 94%;

}


.scrollable.fm-modal .fm-modal-body {

    padding: 0px;
    overflow-x: scroll;

}