4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 406: | Line 406: | ||
width: 40%; /* Or desired width */ | width: 40%; /* Or desired width */ | ||
height: 100vh; /* Full viewport height */ | height: 100vh; /* Full viewport height */ | ||
overflow-y: auto; /* Enable vertical scrolling */ | overflow-y: auto!important; /* Enable vertical scrolling */ | ||
z-index: 1050; /* High enough to overlay content */ | z-index: 1050; /* High enough to overlay content */ | ||
} | } | ||
#show-article-wrapper { | #show-article-wrapper { | ||
overflow: visible | overflow: visible; /* Keep for the pseudo-element effect */ | ||
/* | |||
} | } | ||
#show-article { | #show-article { | ||
Line 424: | Line 417: | ||
padding: 10px; /* Adjusted padding */ | padding: 10px; /* Adjusted padding */ | ||
position: relative; /* Position relative to #show-article-wrapper */ | position: relative; /* Position relative to #show-article-wrapper */ | ||
overflow: visible; /* For the pseudo-element */ | overflow: visible; /* For the pseudo-element */ | ||
} | } |