Skip to content

Commit

Permalink
fix(webui): books selection bar wouldn't hide the toolbar on Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Mar 3, 2022
1 parent 50ab60f commit 02d51b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/views/DashboardView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div :style="$vuetify.breakpoint.xs ? 'margin-bottom: 56px' : undefined">
<toolbar-sticky v-if="individualLibrary && selectedSeries.length === 0">
<toolbar-sticky v-if="individualLibrary && selectedSeries.length === 0 && selectedBooks.length === 0">
<!-- Action menu -->
<library-actions-menu v-if="library"
:library="library"/>
Expand Down

0 comments on commit 02d51b9

Please sign in to comment.