1
1
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:
avele 2019-11-02 16:57:58 +04:00
parent 12f6f07641
commit 97eee216c2

View File

@ -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