Skip to content

Commit

Permalink
fix(navigation): scrolling when many projects are present
Browse files Browse the repository at this point in the history
Regression from ee3d20e
Resolves #249
  • Loading branch information
kolaente committed Apr 10, 2024
1 parent cb2c2ee commit ed4be38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/home/navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const savedFilterProjects = computed(() => projectStore.savedFilterProjects)
left: 0;
transform: translateX(-100%);
width: $navbar-width;
overflow-y: auto;
@media screen and (max-width: $tablet) {
top: 0;
Expand Down

0 comments on commit ed4be38

Please sign in to comment.