diff --git a/styles.css b/styles.css index cc91286..e61dfd0 100644 --- a/styles.css +++ b/styles.css @@ -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 */ } \ No newline at end of file