Skip to content

Commit

Permalink
fix(webui): bottom pagination hidden by navigation bar on SM breakpoint
Browse files Browse the repository at this point in the history
Closes: #953
  • Loading branch information
gotson committed Aug 25, 2022
1 parent 4bda396 commit 234dae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga-webui/src/components/LibraryNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<v-bottom-navigation
v-if="show && bottomNavigation"
grow color="primary"
:app="$vuetify.breakpoint.smAndUp"
:fixed="bottomNavigation"
>
<v-btn v-if="showRecommended"
Expand Down

0 comments on commit 234dae0

Please sign in to comment.