4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 401: | Line 401: | ||
#show-article-wrapper { | #show-article-wrapper { | ||
display: none; | display: none; | ||
overflow: visible!important; | overflow: visible!important; | ||
z-index: 2; /* Ensure it's above #list */ | z-index: 2; /* Ensure it's above #list */ | ||
Line 412: | Line 410: | ||
} | } | ||
#show-article-inner-wrapper { | #show-article-inner-wrapper { | ||
position: fixed; /* Change to fixed */ | |||
top: 0; | |||
right: 0; | |||
overflow: auto; | overflow: auto; | ||
width: 40%; | width: 40%; |