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 195: Line 195:
     position: fixed;
     position: fixed;
     top: 0;
     top: 0;
     right: 0;
     right: 0; /* Adjust based on your layout */
     width: 200px;
     width: 200px; /* Adjust the width as needed */
     height: 100%;
     height: 100%; /* Full height */
     z-index: 1000;
     z-index: 1000;
     background-color: #f9f9f9;
     background-color: #f9f9f9; /* Optional background */
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
}
}

Navigation menu