MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
try CSS kludge |
||
| Line 3: | Line 3: | ||
.sticky-header-multi [id] { | .sticky-header-multi [id] { | ||
scroll-margin-top: 90px; | scroll-margin-top: 90px; | ||
vertical-align: top; | |||
} | } | ||
Revision as of 11:25, 21 April 2026
/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
scroll-margin-top: 90px;
vertical-align: top;
}