Skip to content

Commit

Permalink
add scrollbar to metadata popup if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Coulson committed Mar 4, 2024
1 parent 2f24f16 commit db6ae10
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 db6ae10

Please sign in to comment.