4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
#show-article-wrapper { | #show-article-wrapper { | ||
display: none; | display: none; | ||
Line 113: | Line 112: | ||
#show-article { | #show-article { | ||
position: fixed; | position: fixed; | ||
z-index: | z-index: 2; /* Higher z-index to be on top */ | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
Line 130: | Line 129: | ||
} | } | ||
#article-frame { | #article-frame { | ||
position: fixed; | position: fixed; | ||
z-index: 1; | z-index: 1; /* Lower z-index to be below #show-article */ | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; |