MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
try CSS kludge Tag: Reverted |
||
| 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:37, 21 April 2026
/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
scroll-margin-top: 100px;
line-height: 100px;
}