Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nkappler committed Jan 27, 2024
1 parent 21ec72f commit 7dc65db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions webapp/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,14 @@ export default defineComponent({
},
});
</script>
<style scoped>
.navbar-collapse.show {
overflow: scroll;
max-height: calc(100vh - 56px);
}
.dropdown-menu {
overflow: scroll;
max-height: calc(calc(calc(100vh - 100%) - var(--bs-dropdown-spacer)) - var(--bs-dropdown-padding-y));
}
</style>

0 comments on commit 7dc65db

Please sign in to comment.