mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 20:01:36 +03:00
Correct category items mobile actions menu displaying
This commit is contained in:
parent
12f6f07641
commit
97eee216c2
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
|
|
||||||
<v-toolbar-items class="category-item__actions">
|
<v-toolbar-items ref="categoryItemActions">
|
||||||
<div class="category-item-toolbar-btns">
|
<div class="category-item-toolbar-btns">
|
||||||
<category-item-btn
|
<category-item-btn
|
||||||
titleTooltip
|
titleTooltip
|
||||||
@ -99,7 +99,7 @@
|
|||||||
bottom
|
bottom
|
||||||
left
|
left
|
||||||
offset-y
|
offset-y
|
||||||
attach=".category-item__actions"
|
:attach="$refs.categoryItemActions && $refs.categoryItemActions.$el"
|
||||||
>
|
>
|
||||||
<template v-slot:activator="{ on }">
|
<template v-slot:activator="{ on }">
|
||||||
<v-btn
|
<v-btn
|
||||||
|
Loading…
Reference in New Issue
Block a user