Skip to content

Commit

Permalink
Merge pull request #23 from Tanvi51204/main
Browse files Browse the repository at this point in the history
modal css changes
  • Loading branch information
riyaahlawat authored Jul 23, 2024
2 parents 76598a6 + baccbea commit ac2a0f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
justify-content: center;
align-items: center;
z-index: 1000;
overflow: hidden;

}

Expand All @@ -27,6 +28,8 @@
box-shadow: 0 5px 15px var(--black);
box-sizing: border-box;
overflow: auto;
max-height: 80%;

}


Expand Down Expand Up @@ -88,6 +91,8 @@
.modal-content {
width: 90%;
margin: 10% auto;
/* added max-height */
max-height: 90%;
padding: 10px;
}

Expand All @@ -99,8 +104,8 @@


.button {

width: 40vw;
width: 80%;
/* width: 40vw; */
}
}

Expand Down

0 comments on commit ac2a0f0

Please sign in to comment.