mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 00:35:07 +02:00
Update:Library filter max height #1673
This commit is contained in:
parent
4d8a1b5b6d
commit
a16fb31e6e
2 changed files with 11 additions and 5 deletions
|
@ -197,8 +197,8 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.globalSearchMenu {
|
||||
max-height: 80vh;
|
||||
max-height: calc(100vh - 75px);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue