4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 407: | Line 407: | ||
height: 100vh; /* Full viewport height */ | height: 100vh; /* Full viewport height */ | ||
overflow-y: auto; /* Enable vertical scrolling */ | overflow-y: auto; /* Enable vertical scrolling */ | ||
z-index: 1050; /* High enough to overlay content */ | |||
z-index: | |||
} | } | ||
#show-article-outer-wrapper::-webkit-scrollbar { | #show-article-outer-wrapper::-webkit-scrollbar { | ||
Line 415: | Line 413: | ||
} | } | ||
#show-article-wrapper { | #show-article-wrapper { | ||
overflow: visible!important; | overflow: visible!important; | ||
z-index: 2; /* Ensure it's above #list */ | z-index: 2; /* Ensure it's above #list */ | ||
} | } | ||
Line 432: | Line 423: | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
padding: | padding: 10px; /* Adjusted padding */ | ||
position: relative; | position: relative; /* Position relative to #show-article-wrapper */ | ||
margin-left | /* Removed margin-left, top, right as they might not be necessary */ | ||
overflow: visible; /* For the pseudo-element */ | |||
overflow: visible; /* | |||
} | } | ||
#show-article:before { | #show-article:before { |