4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
/* Style the article window */ | |||
#show-article-wrapper { | #show-article-wrapper { | ||
display: none; | display: none; | ||
position: relative; | position: relative; | ||
width: 40%; | width: 40%; | ||
height: max-content; | |||
} | } | ||
#show-article { | #show-article { | ||
position: fixed; | |||
top: 0; | |||
right: 0; | |||
margin-right: 2%; | |||
margin-top: 2%; | |||
width: inherit; | |||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
z-index: 2; /* Ensure it's above #article-frame */ | |||
} | } | ||