mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
fix(webui): bottom pagination hidden by navigation bar on SM breakpoint
Closes: #953
This commit is contained in:
parent
4bda396dba
commit
234dae0841
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue