1 . We were fixing other issues in appointments plugin . We will be working on it soon .
2 . Well its available with vibebp plugin update .
3 . yup this is a pending issue .
add this css to your wp-admin -> appearance -> customize -> custom css :
@media(max-width:700px){
.vibebp_members_directory_wrapper .vibebp_members_wrapper .member_schedule{
position:fixed;
background:#ffffff;
left:0;
top:50px;z-index:9999999999999 !important;
}
.appointments_directory_wrapper .vibebp_members_directory_wrapper .vibebp_members_wrapper .member_schedule a.vicon.vicon-close{
float:right;
}
}