MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 104: Line 104:
}
}


/* Style the article window */
#show-article-wrapper {
#show-article-wrapper {
     display: none;
     display: none;
     position: relative;
     position: relative;
     width: 40%;
     width: 40%;
     max-height: 80vh;
     height: max-content;
    overflow-y: auto;
}
}


#show-article {
#show-article {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 2%;
    margin-top: 2%;
    width: inherit;
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
     padding: 10px;
     padding: 10px;
    z-index: 2; /* Ensure it's above #article-frame */
}
}
#article-frame {
    background-color: white;
    border: 1px solid;
    padding: 10px;
}




Navigation menu