Okay
  Public Ticket #3126041
Calendar level problem.
Closed

Comments

  •   Rasel started the conversation
  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    ul.message_labels { max-height: 50vh; overflow-y: auto; }


  • Rasel replied

    It does not work for both calendar and message

  • [deleted] replied

    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;
    }


  • Rasel replied

    Thanks, it works well.