1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00
keeweb/app/templates/menu/menu-section.hbs
2015-12-17 00:50:45 +03:00

10 lines
333 B
Handlebars

<div class="menu__section
{{~#if scrollable}} menu__section--scrollable{{/if~}}
{{~#if grow}} menu__section--grow{{/if~}}
{{~#if drag}} menu__section--drag{{/if~}}
">
{{~#if scrollable}}
<div class="scroller"></div><div class="scroller__bar-wrapper"><div class="scroller__bar"></div></div>
{{/if}}
</div>