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