4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 445: | Line 445: | ||
/* Style the article window */  | /* Style the article window */  | ||
#show-article-wrapper-  | #show-article-wrapper-entry {  | ||
     display: block;  |      display: block;  | ||
     position: fixed; /* Change to fixed */  |      position: fixed; /* Change to fixed */  | ||
| Line 459: | Line 459: | ||
}  | }  | ||
/* Hides scrollbar for Webkit browsers */  | /* Hides scrollbar for Webkit browsers */  | ||
#show-article-wrapper-  | #show-article-wrapper-entry::-webkit-scrollbar {  | ||
     display: none;  |      display: none;  | ||
}  | }  | ||