Actions

MediaWiki

Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
#navwrapper {
.top-bar {
   position: sticky;
   position: sticky;
   top: 0;
   top: 0;

Revision as of 10:46, 13 March 2024

.top-bar {
  position: sticky;
  top: 0;
  background-color: #ffffff; /* Adjust as needed */
  z-index: 1000; /* Adjust as needed */
}