mirror of
https://github.com/gotson/komga.git
synced 2026-04-16 20:11:30 +02:00
fix(webui): hide filter menu after click
to avoid scrolling issues
This commit is contained in:
parent
5f0ccc5bfc
commit
2ded39f6d6
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@
|
||||||
<v-spacer/>
|
<v-spacer/>
|
||||||
|
|
||||||
<!-- Filter menu -->
|
<!-- Filter menu -->
|
||||||
<v-menu offset-y
|
<v-menu offset-y>
|
||||||
:close-on-content-click="false"
|
|
||||||
>
|
|
||||||
<template v-slot:activator="{on}">
|
<template v-slot:activator="{on}">
|
||||||
<v-btn icon v-on="on">
|
<v-btn icon v-on="on">
|
||||||
<v-icon :color="$_.isEmpty(filterStatus) ? null : 'secondary'"
|
<v-icon :color="$_.isEmpty(filterStatus) ? null : 'secondary'"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue