MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 109: Line 109:
     position: relative;
     position: relative;
     width: 40%;
     width: 40%;
     height: max-content;
     max-height: 80vh; /* Set a maximum height (adjust as needed) */
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
}
}


Line 119: Line 120:
     margin-top: 2%;
     margin-top: 2%;
     width: inherit;
     width: inherit;
    max-height: 80vh; /* Set a maximum height (adjust as needed) */
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;

Navigation menu