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; | ||
position: fixed; /* Change to fixed */ | |||
top: 0; | |||
right: 0; | |||
overflow: visible!important; | overflow: visible!important; | ||
z-index: 2; /* Ensure it's above #list */ | z-index: 2; /* Ensure it's above #list */ | ||
Line 410: | Line 412: | ||
} | } | ||
#show-article-inner-wrapper { | #show-article-inner-wrapper { | ||
top: 0; | |||
right: 0; | right: 0; | ||
overflow: auto; | overflow: auto; |