Skip to content

Commit

Permalink
Make RegionList scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironsan committed Jul 10, 2022
1 parent 78c191f commit e4a1efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/tasks/image/RegionList.vue
Original file line number Diff line number Diff line change
@@ -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">
Expand Down

0 comments on commit e4a1efc

Please sign in to comment.