4,554
edits
No edit summary |
No edit summary |
||
Line 109: | Line 109: | ||
position: relative; | position: relative; | ||
width: 40%; | width: 40%; | ||
height: | max-height: 80vh; /* Set a maximum height (adjust as needed) */ | ||
overflow-y: auto; /* Enable vertical scrolling when content overflows */ | |||
} | } | ||
Line 119: | Line 120: | ||
margin-top: 2%; | margin-top: 2%; | ||
width: inherit; | width: inherit; | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; |