fix: The drop-down menu is too long to scroll

This commit is contained in:
wangyiwen 2021-03-25 09:13:58 +08:00
parent 092716b115
commit 90277bc96e

View File

@ -107,9 +107,9 @@
mobile-breakpoint="960"
v-if="$route.path.startsWith('/project/')"
>
<v-menu bottom max-width="235" v-if="project">
<v-menu bottom max-width="235" max-height="100%" v-if="project">
<template v-slot:activator="{ on, attrs }">
<v-list class="pa-0">
<v-list class="pa-0 overflow-y-auto">
<v-list-item
key="project"
class="app__project-selector"