Skip to content
Snippets Groups Projects
Commit 1a687893 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '853-language-select-is-sometimes-not-shown-due-to-overlengh-in-sidenav' into 'master'

Resolve "Language select is sometimes not shown due to overlengh in sidenav"

Closes #853

See merge request !1247
parents 07494d51 893ac440
No related branches found
No related tags found
1 merge request!1247Resolve "Language select is sometimes not shown due to overlengh in sidenav"
Pipeline #129191 canceled
......@@ -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.
......
<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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment