Skip to content

Commit

Permalink
ファイルモーダルが画面中央に表示されるように修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattuki committed Dec 4, 2023
1 parent 4c3688d commit 3e07050
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 3e07050

Please sign in to comment.