Browse Source

Make RegionList scrollable

pull/1899/head
Hironsan 2 years ago
parent
commit
e4a1efcb65
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/tasks/image/RegionList.vue

2
frontend/components/tasks/image/RegionList.vue

@ -1,5 +1,5 @@
<template>
<v-card>
<v-card max-height="500" style="overflow-y: scroll">
<v-card-title class="pb-0">Regions</v-card-title>
<v-list dense>
<v-list-item-group v-model="model">

Loading…
Cancel
Save