This is a migrated thread and some comments may be shown as answers.

Vertically Align Drawer to Top in Nova Theme

1 Answer 80 Views
Drawer (Mobile)
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 03 Jun 2016, 06:24 PM

How do I vertically align list items in drawer to top in Nova Theme?

I would like it to appear like this

----------

Item

item

item

space

space

---------

 

Not like this

----------

space

item

item

item

space

----------

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 07 Jun 2016, 07:43 AM
Hi Patrick,

In order to achieve this outcome you should override the default Drawer styling. As an example: 
.km-nova .km-drawer .km-scroll-container {
    justify-content: flex-start;
}
For your convenience here is a basic example. 

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Drawer (Mobile)
Asked by
Patrick
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or