MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 413: Line 413:
     height: 100vh; /* Set to full viewport height */
     height: 100vh; /* Set to full viewport height */
     overflow: auto; /* Enables scrolling if content overflows */
     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 */
     z-index: 2; /* Ensure it's above #list */
     /*padding-left: 100px;*/
     /*padding-left: 100px;*/
}
/* Hides scrollbar for Webkit browsers */
#show-article-wrapper::-webkit-scrollbar {
    display: none;
}
}
#show-article {
#show-article {

Navigation menu