MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 445: Line 445:


/* Style the article window */
/* Style the article window */
#show-article-wrapper-ENTRY {
#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-ENTRY::-webkit-scrollbar {
#show-article-wrapper-entry::-webkit-scrollbar {
     display: none;
     display: none;
}
}

Navigation menu