mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-18 17:59:37 +00:00
Fix config page not scrolling, add scroll arrows on home page, fix routing issue on back button, fix continue reading shelf
This commit is contained in:
parent
868e1af28a
commit
0da327222e
11 changed files with 195 additions and 95 deletions
|
|
@ -40,6 +40,10 @@ module.exports = {
|
|||
]
|
||||
},
|
||||
|
||||
router: {
|
||||
middleware: ['routed']
|
||||
},
|
||||
|
||||
// Global CSS: https://go.nuxtjs.dev/config-css
|
||||
css: [
|
||||
'@/assets/app.css'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue