diff options
Diffstat (limited to 'view/tpl/navapps.tpl')
-rw-r--r-- | view/tpl/navapps.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl index de4a6223c..a90fdbaf2 100644 --- a/view/tpl/navapps.tpl +++ b/view/tpl/navapps.tpl @@ -1,4 +1,4 @@ -<ul class="dropdown-menu" style="max-height: 80vh"> +<ul class="dropdown-menu"> {{foreach $apps as $app}} <li><a href="{{$app.url}}">{{if $icon}}<i class="app-icon fa fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" />{{/if}} {{$app.name}}</a></li> {{/foreach}} |