Scroll Issue in Multi Selection Default Search in Data grid

0
Hi,   I am facing scrolling issue in default dropdown search in Datagrid. I am using Multi select and I am unable to scroll in the search dropdown but only I can click down arrow button and go to next set of options. Please help me what UI changes can be done to resolve this. Thanks in advance        Regards, Cyril
asked
1 answers
4

Hey Cyril Santhosh Karne,

 Inspect the MutliSelect DropDown and try setting these two CSS properties

max-height: (Values according to your need) px;

overflow-y : scroll;

 

Good luck and hope this helps!!
 

answered