4,554
edits
No edit summary |
No edit summary |
||
Line 445: | Line 445: | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper-ENTRY { | |||
display: block; | |||
position: fixed; /* Change to fixed */ | |||
top: 0; | |||
right: 0; | |||
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 */ | |||
/*padding-left: 100px;*/ | |||
} | |||
/* Hides scrollbar for Webkit browsers */ | |||
#show-article-wrapper-ENTRY::-webkit-scrollbar { | |||
display: none; | |||
} | |||
#show-article-wrapper { | #show-article-wrapper { | ||
display: none; | display: none; |