Skip to content

Commit

Permalink
scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
TesseraktZero committed Jun 16, 2024
1 parent 592de54 commit 2140027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,11 @@ background-color: #F9ECC3; /* Change this to your desired background color */
/*opacity: 1; /* Make the text visible */
font-size: 48px; /* Increase font size on hover */
font-weight: 500;
}

.modal-content {
padding: 20px;
border: 1px solid #888;
max-height: 95vh; /* Limit height to 70% of viewport height */
overflow-y: auto; /* Enable vertical scrolling */
}

0 comments on commit 2140027

Please sign in to comment.