Skip to content

Commit

Permalink
Max height en overflow toegevoegd.
Browse files Browse the repository at this point in the history
Dit zorgt ervoor dat er een scroll bar komt, als de cases te lang zijn.
  • Loading branch information
JstRelax authored Dec 16, 2024
1 parent d7e4826 commit 462c081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ $menu-bg-image: none;
top: 100%;
left: 0;
max-width: min(700px, calc(100vw - 40px));
max-height: calc(100vh - 250px);
overflow-y: auto;
white-space: normal;
}
}
Expand Down

0 comments on commit 462c081

Please sign in to comment.