This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user