4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 107: | Line 107: | ||
#show-article-wrapper { | #show-article-wrapper { | ||
display: none; | display: none; | ||
position: fixed; | |||
position: fixed; | |||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
width: 40%; | |||
height: 100vh; /* Adjust the height as needed */ | |||
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 */ | z-index: 2; /* Ensure it's above #article-frame */ | ||
overflow-y: auto; /* Enable vertical scrolling when content overflows */ | |||
} | |||
#show-article { | |||
width: 100%; /* Make the width 100% to fill the wrapper */ | |||
} | } | ||
Line 141: | Line 137: | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; |