Skip to content
Snippets Groups Projects
Commit c6637b01 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix sidenav height sometimes being too high

parent 6161df20
No related branches found
No related tags found
1 merge request!1247Resolve "Language select is sometimes not shown due to overlengh in sidenav"
Pipeline #129161 failed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
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.
`3.0`_ - 2022-05-11
-------------------
......
<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