Skip to content

Commit

Permalink
fix(webui): hide filter menu after click
Browse files Browse the repository at this point in the history
to avoid scrolling issues
  • Loading branch information
gotson committed Jan 30, 2020
1 parent 5f0ccc5 commit 2ded39f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions komga-webui/src/views/BrowseLibraries.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
<v-spacer/>

<!-- Filter menu -->
<v-menu offset-y
:close-on-content-click="false"
>
<v-menu offset-y>
<template v-slot:activator="{on}">
<v-btn icon v-on="on">
<v-icon :color="$_.isEmpty(filterStatus) ? null : 'secondary'"
Expand Down

0 comments on commit 2ded39f

Please sign in to comment.