Actions

MediaWiki

Common.css: Difference between revisions

(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
 
.navbar {
  position: sticky;
  top: 0;
  background-color: #ffffff; /* Adjust as needed */
  z-index: 1000; /* Adjust as needed */
}

Revision as of 10:43, 13 March 2024

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