MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 401: Line 401:
#show-article-wrapper {
#show-article-wrapper {
     display: none;
     display: none;
     position: fixed; /* Change to fixed */
      
    top: 0;
    right: 0;
     overflow: visible!important;
     overflow: visible!important;
     z-index: 2; /* Ensure it's above #list */
     z-index: 2; /* Ensure it's above #list */
Line 412: Line 410:
}
}
#show-article-inner-wrapper {
#show-article-inner-wrapper {
position: fixed; /* Change to fixed */
    top: 0;
    right: 0;
     overflow: auto;  
     overflow: auto;  
     width: 40%;
     width: 40%;

Navigation menu