Skip to content

Commit

Permalink
fixed DescriptionModal overflowing window
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianglezm committed Nov 16, 2024
1 parent 79f3f59 commit a01b3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DescriptionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ const closeModal = () => {
z-index: 1;
padding: 0.125rem;
width: 50%;
max-width: 90%;
max-height: 90%;
display: flex;
flex-flow: column nowrap;
text-align: center;
Expand Down

0 comments on commit a01b3bf

Please sign in to comment.