Update:Library filter max height #1673

This commit is contained in:
advplyr 2023-05-30 16:55:52 -05:00
parent 4d8a1b5b6d
commit a16fb31e6e
2 changed files with 11 additions and 5 deletions

View file

@ -197,8 +197,8 @@ export default {
}
</script>
<style>
<style scoped>
.globalSearchMenu {
max-height: 80vh;
max-height: calc(100vh - 75px);
}
</style>