mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +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-toolbar-items class="category-item__actions">
|
||||
<v-toolbar-items ref="categoryItemActions">
|
||||
<div class="category-item-toolbar-btns">
|
||||
<category-item-btn
|
||||
titleTooltip
|
||||
@ -99,7 +99,7 @@
|
||||
bottom
|
||||
left
|
||||
offset-y
|
||||
attach=".category-item__actions"
|
||||
:attach="$refs.categoryItemActions && $refs.categoryItemActions.$el"
|
||||
>
|
||||
<template v-slot:activator="{ on }">
|
||||
<v-btn
|
||||
|
Loading…
Reference in New Issue
Block a user