Comments Rasel started the conversation[deleted] repliedSeptember 17, 2022 at 3:20pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : ul.message_labels { max-height: 50vh; overflow-y: auto; }Rasel repliedSeptember 17, 2022 at 6:36pmIt does not work for both calendar and message[deleted] repliedSeptember 20, 2022 at 9:09amPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .vibebp_left_sidebar .labels ul.message_labels {max-height: 50vh;overflow-y: auto;display: flex;flex-direction: row !important;} .vibebp_left_sidebar .labels ul.message_labels>li{ min-width:150px; margin:0 0.5rem; overflow:hidden;} .labels { display: flex !important; align-items: center; margin-left: 1rem;}Rasel repliedSeptember 20, 2022 at 4:59pmThanks, it works well. Sign in to reply ...
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
ul.message_labels { max-height: 50vh; overflow-y: auto; }
It does not work for both calendar and message
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.vibebp_left_sidebar .labels ul.message_labels {max-height: 50vh;overflow-y: auto;display: flex;flex-direction: row !important;}
.vibebp_left_sidebar .labels ul.message_labels>li{
min-width:150px;
margin:0 0.5rem;
overflow:hidden;
}
.labels {
display: flex !important;
align-items: center;
margin-left: 1rem;
}
Thanks, it works well.