diff --git a/components/Footer.vue b/components/Footer.vue index 4256303c..931cab33 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -8,8 +8,8 @@ v-footer(aria-label='Footer') :key='link.label' color='primary' text :href='link.href' :to='link.to' :target="link.href && '_blank'") {{link.label}} - v-menu(v-if='settings.enable_federation && settings.enable_trusted_instances && trusted_instances?.length' - offset-y bottom open-on-hover transition="slide-y-transition") + v-menu(v-if='settings.enable_federation && settings.enable_trusted_instances && trusted_instances?.length' max-height=550 + offset-y bottom transition="slide-y-transition") template(v-slot:activator="{ on, attrs }") v-btn.ml-1(v-bind='attrs' v-on='on' color='primary' text) {{ settings.trusted_instances_label || $t('admin.trusted_instances_label_default')}} v-list(subheaders two-lines max-width=550)