4,092
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 413: | Line 413: | ||
height: 100vh; /* Set to full viewport height */ | height: 100vh; /* Set to full viewport height */ | ||
overflow: auto; /* Enables scrolling if content overflows */ | overflow: auto; /* Enables scrolling if content overflows */ | ||
z-index: 2; /* Ensure it's above #list */ | z-index: 2; /* Ensure it's above #list */ | ||
/*padding-left: 100px;*/ | /*padding-left: 100px;*/ | ||
} | } | ||
#show-article { | #show-article { |