MediaWiki:Common.css: Difference between revisions

From USC Nanofab Wiki
Jump to navigation Jump to search
try CSS kludge
Tag: Reverted
kluge was terrible as expected
Tag: Manual revert
Line 3: Line 3:
.sticky-header-multi [id] {
.sticky-header-multi [id] {
   scroll-margin-top: 100px;
   scroll-margin-top: 100px;
  line-height: 100px;
}
}

Revision as of 09:49, 21 April 2026

/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
  scroll-margin-top: 100px;
}