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