Dropdown: Options do not show correctly

  • DeSoto_Society
    Asked on March 7, 2018 at 8:38 AM

    I am using a drop down to select the product quantity, however, when the user selects the quantity, only the very top portion of the number shows in the window and the user is unable to see the number selected.  Is there a way to make the quantity window bigger?

    Jotform Thread 1407539 Screenshot
  • aubreybourke
    Replied on March 7, 2018 at 10:35 AM

    Adding the following CSS code will fix your issue:

    .form-dropdown{
      height: 35px !important;
    }

    For example:

    152043676651dyx Screenshot 10

    Instructions here:

    How-to-Inject-Custom-CSS-Codes