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

View File

@@ -180,13 +180,14 @@
</template>
<v-spacer></v-spacer>
<v-menu bottom float-left>
<!-- <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>
<v-list>
<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">
{{ item.header }}