Skip to content

Commit

Permalink
Merge pull request #4185 from traPtitech/fix/issue3970
Browse files Browse the repository at this point in the history
ファイルモーダルが画面中央に表示されるように修正した(再PR)
  • Loading branch information
Nattuki authored Dec 4, 2023
2 parents 4c3688d + 3e07050 commit 987cabe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Modal/FileModal/FileModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ const { clearModal } = useModalStore()
<style module lang="scss">
.fileContainer {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
</style>

0 comments on commit 987cabe

Please sign in to comment.