coders-school / site

Content, configuration and build action for Coders School website
https://coders.school
3 stars 22 forks source link

List of topics in "Wszystkie moduły" can be shorter #98

Closed Kasperice closed 4 years ago

Kasperice commented 4 years ago

image

List is too long, and require additional scrolling. It is now much longer than one page of courses: image

Is it possible to add button to expand the list?

kawapa commented 4 years ago

I have limited the maximum height of the filter and added a scroll bar. Let me know if this suits you guys.

https://coders.school/edu/courses/

.single-filter {
    max-height: 600px;
    overflow-y: auto;
}
Kasperice commented 4 years ago

For me it is ok :)