Skip to content

Commit

Permalink
Merge pull request #35 from mh-jsx/fix/modal-image-overflow-issue
Browse files Browse the repository at this point in the history
Fix: Add overflow auto in image-bg css class to fix the image overflow issue (#34)
  • Loading branch information
juxtopposed committed Oct 7, 2023
2 parents 157650c + 52fdc9c commit 354241c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ nav {
max-width: 100%;
max-height: 600px;
border-radius: 10px;
overflow: auto;
}

.outbound-cont {
Expand Down

0 comments on commit 354241c

Please sign in to comment.