MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 404: Line 404:
     top: 0;
     top: 0;
     right: 0;
     right: 0;
     width: 40%;
     overflow: visible!important;
    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 */
     z-index: 2; /* Ensure it's above #list */
}
}
Line 414: Line 410:
#show-article-wrapper::-webkit-scrollbar {
#show-article-wrapper::-webkit-scrollbar {
     display: none;
     display: none;
}
#show-article-inner-wrapper {
    overflow: auto;
    width: 40%;
    height: 100vh;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
}
#show-article {
#show-article {

Navigation menu