This commit is contained in:
2021-09-03 20:30:07 +00:00
parent 23d23e928b
commit f47a183771
2 changed files with 6 additions and 5 deletions

View File

@@ -180,13 +180,14 @@
</template>
<v-spacer></v-spacer>
<!-- <v-menu bottom float-left attach> -->
<v-menu float-left>
<template v-slot:activator="{ on }">
<v-btn text icon v-on="on" data-cy="contextmenu">
<v-icon>$ayiEllipsisV</v-icon>
</v-btn>
</template>
<!-- https://stackoverflow.com/questions/54904746/scrolling-list-in-vuetify -->
<v-list style="max-height: 100vh" class="overflow-y-auto">
<template v-for="(item, index) in appBar.menuItems">
<v-subheader v-if="item.header" :key="index">