cancel
Showing results for 
Search instead for 
Did you mean: 

scroll dropdown values in lumira

darshil14
Participant
0 Kudos

Hi,

Currently I am working with Lumira 2.1 and BI platform 4.2.

I have a requirement to add vertical scroll bar for dropdown values.

Actually, dropdown in one of my application contain around 20 values, when I click on it to select any value it is covering almost whole screen to display the list.

So, to cover less space on screen and for better look I want to make it like, initially dropdown will show only five values along with vertical scroll bar.

Ex,

Dropdown is showing month list from January to December.

I want to implement like initially it will show January to May along with the dropdown to select other months.

TammyPowlas
Active Contributor
0 Kudos

Hello, have you looked at using the scroll container?

darshil14
Participant
0 Kudos

Hi Tammy,

Thank you for the quick response.

Scroll container will not work in case of dropdown values.

Thanks,

Darshil Shah

darshil14
Participant
0 Kudos

mbensan : Any expert advice on this requirement.

0 Kudos

Any fix to this problem. It sounds so basic but yet unable to resolve this. I am facing the same issue.

0 Kudos

Running into the same issue as well. Any fix to this?

darshil14
Participant
0 Kudos

Sorry but could not find solution for this issue.

ralobo
Member
0 Kudos

Hi All,

Do we have a solution for this in SAC?

Accepted Solutions (0)

Answers (1)

Answers (1)

arijit_das
Active Contributor
0 Kudos

Try following CSS:

.sapMSelectList{
    height: 200px !important;
    overflow-y: scroll !important;
}