4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 114: | Line 114: | ||
#show-article {  | #show-article {  | ||
     position: fixed;    |      position: fixed;    | ||
     z-index:   |      z-index: 2; /* Ensure it's above the wrapper and article-frame */  | ||
     top: 0;  |      top: 0;  | ||
     right: 0;  |      right: 0;  | ||
| Line 132: | Line 132: | ||
#article-frame {  | #article-frame {  | ||
     position: fixed;  |      position: fixed;  | ||
     z-index: 1;  |      z-index: 1; /* Ensure it's below show-article */  | ||
     top: 0;  |      top: 0;  | ||
     right: 0;  |      right: 0;  | ||