Actions

MediaWiki

Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
.top-bar {
#navwrapper {
   position: sticky;
   position: sticky;
   top: 0;
   top: 0;
  background-color: #ffffff; /* Adjust as needed */
  z-index: 1000; /* Adjust as needed */
}
}

Revision as of 10:48, 13 March 2024

#navwrapper {
  position: sticky;
  top: 0;
}