4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 119: | Line 119: | ||
margin-top: 2%; | margin-top: 2%; | ||
width: inherit; | width: inherit; | ||
max-height: 80vh; /* Set a maximum height (adjust as needed) */ | |||
overflow-y: auto; /* Enable vertical scrolling when content overflows */ | |||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
Line 142: | Line 144: | ||
margin-top: 2%; | margin-top: 2%; | ||
width: inherit; | width: inherit; | ||
max-height: 80vh; /* Set a maximum height (adjust as needed) */ | |||
overflow-y: auto; /* Enable vertical scrolling when content overflows */ | |||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
Line 147: | Line 151: | ||
z-index: 1; /* Ensure it's above other content in #show-article */ | z-index: 1; /* Ensure it's above other content in #show-article */ | ||
} | } | ||