Skip to main content

Search

Adding scrollbar to multi-choice (checkbox) field

Answered

Comments

2 comments

  • Christof

    Hi Gareth Jayne

    Try using custom css styles like it's described here: Width of a lookup field 

    This looks like a working style rule:

    .ard-inputcontainergroup span[fieldname="MultiChoice"] {
         height: 150px;
         overflow: auto;
    }

     

    This is the result of the css above:

    0
  • GarethJ1

    Great thanks Christof Nussbaumer that works perfectly

    0

Please sign in to leave a comment.