4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 404: | Line 404: | ||
top: 0; | top: 0; | ||
right: 0; | right: 0; | ||
overflow: | width: 40%; | ||
height: 100vh; /* Set to full viewport height */ | |||
overflow: auto; /* Enables scrolling if content overflows */ | |||
scrollbar-width: none; /* Firefox */ | |||
-ms-overflow-style: none; /* Internet Explorer 10+ */ | |||
z-index: 2; /* Ensure it's above #list */ | z-index: 2; /* Ensure it's above #list */ | ||
} | } | ||
Line 410: | Line 414: | ||
#show-article-wrapper::-webkit-scrollbar { | #show-article-wrapper::-webkit-scrollbar { | ||
display: none; | display: none; | ||
} | } | ||
#show-article { | #show-article { |