mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 00:00:42 +01:00
fix: The drop-down menu is too long to scroll
This commit is contained in:
parent
092716b115
commit
90277bc96e
@ -107,9 +107,9 @@
|
|||||||
mobile-breakpoint="960"
|
mobile-breakpoint="960"
|
||||||
v-if="$route.path.startsWith('/project/')"
|
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 }">
|
<template v-slot:activator="{ on, attrs }">
|
||||||
<v-list class="pa-0">
|
<v-list class="pa-0 overflow-y-auto">
|
||||||
<v-list-item
|
<v-list-item
|
||||||
key="project"
|
key="project"
|
||||||
class="app__project-selector"
|
class="app__project-selector"
|
||||||
|
Loading…
Reference in New Issue
Block a user