Paresh Koli
asked 10 years ago

Is there any way to make drop down of list of categories scrollable? I have 48 categories and they go up to footer of my site when i click on it.

1 Answers
Paresh Koli
answered 10 years ago

.dwqa-container .dwqa-list-question .select ul {
overflow-y: scroll;
max-height: 500px;
}
This did the trick.

Powered by DW Question & Answer Pro