4,554
edits
No edit summary |
No edit summary |
||
Line 120: | Line 120: | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
z-index: 2; /* Ensure it's above #article-frame */ | |||
} | } | ||
Line 129: | Line 130: | ||
border: 1px solid black; | border: 1px solid black; | ||
transform: rotate(-2.5deg); | transform: rotate(-2.5deg); | ||
z-index: 1; /* Ensure #article-frame is above other content in #show-article */ | |||
} | } | ||
Line 136: | Line 138: | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
background-color: | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: 10px; | padding: 10px; | ||
z-index: 1; /* Ensure it's above other content in #show-article */ | |||
} | } | ||