diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9e11c45383be1ea9da41f5df1d624d4dcf4cc29c..52274346ef1d40395ca362c148687e6075f403ce 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,7 @@ Unreleased
 Fixed
 ~~~~~
 
+* In some cases, some items in the sidenav menu were not shown due to its height being higher than the visible page area.
 * The search bar in the sidenav menu is shown even though the user has no permission to see it.
 * Add permission check to accept invitation menu point in order to hide it when this feature is disabled.
 
diff --git a/aleksis/core/frontend/components/app/SideNav.vue b/aleksis/core/frontend/components/app/SideNav.vue
index 70537e18342c56bd931f96adc89e796596dd5cb6..7d486ad7e2aba6cfdb325130710beb9cd39db106 100644
--- a/aleksis/core/frontend/components/app/SideNav.vue
+++ b/aleksis/core/frontend/components/app/SideNav.vue
@@ -1,5 +1,5 @@
 <template>
-  <v-navigation-drawer app :value="value" @input="$emit('input', $event)">
+  <v-navigation-drawer app :value="value" height="100dvh" @input="$emit('input', $event)">
     <v-list nav dense shaped>
       <v-list-item class="logo">
         <a