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 406: Line 406:
     width: 40%; /* Or desired width */
     width: 40%; /* Or desired width */
     height: 100vh; /* Full viewport height */
     height: 100vh; /* Full viewport height */
     overflow-y: auto; /* Enable vertical scrolling */
     overflow-y: auto!important; /* Enable vertical scrolling */
     z-index: 1050; /* High enough to overlay content */
     z-index: 1050; /* High enough to overlay content */
}
#show-article-outer-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Webkit browsers */
}
}
#show-article-wrapper {
#show-article-wrapper {
     overflow: visible!important;
     overflow: visible; /* Keep for the pseudo-element effect */
}
/* Hides scrollbar for Webkit browsers */
#show-article-wrapper::-webkit-scrollbar {
    display: none;
}
}
#show-article {
#show-article {
Line 424: Line 417:
     padding: 10px; /* Adjusted padding */
     padding: 10px; /* Adjusted padding */
     position: relative; /* Position relative to #show-article-wrapper */
     position: relative; /* Position relative to #show-article-wrapper */
    /* Removed margin-left, top, right as they might not be necessary */
     overflow: visible; /* For the pseudo-element */
     overflow: visible; /* For the pseudo-element */
}
}

Navigation menu