Skip to content

Commit

Permalink
Merge pull request #261 from RyanCoulsonCA/fix-257
Browse files Browse the repository at this point in the history
add scrollbar to metadata popup if necessary
  • Loading branch information
yileifeng authored Mar 12, 2024
2 parents 6e78910 + db6ae10 commit d0e36a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/metadata-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<template v-slot:metadataModal>
<vue-final-modal
modalId="metadata-edit-modal"
content-class="flex flex-col max-w-xl mx-4 p-4 bg-white border rounded-lg space-y-2"
content-class="flex flex-col max-h-full overflow-y-auto max-w-xl mx-4 p-4 bg-white border rounded-lg space-y-2"
class="flex justify-center items-center"
>
<h2 slot="header" class="text-lg font-bold">{{ $t('editor.editMetadata') }}</h2>
Expand Down

0 comments on commit d0e36a3

Please sign in to comment.