Posted 03 Jun 2016 Link to this post
How do I vertically align list items in drawer to top in Nova Theme?
I would like it to appear like this
----------
Item
item
space
---------
Not like this
Thanks
Posted 07 Jun 2016 Link to this post
.km-nova .km-drawer .km-scroll-container {
justify-
content
: flex-start;
}