This commit is contained in:
2021-09-03 20:20:56 +00:00
parent 41aa1cf46c
commit 23d23e928b

View File

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