Hi please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
.admin-bar .vibebp_myprofile .profile_menu{
top:0;
}
.withsidebar .vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:before, .withsidebar .vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:after {
box-shadow: 1.5rem 0 0 var(--sidebar);
}
.vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:after,.vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:before {
right: calc(0.5rem - 4px);
}