MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Try CSS kludge for sticky table quirk |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.sticky-header [id], | |||
.sticky-header-multi [id] { | |||
scroll-margin-top: 100px; | |||
} | |||
Revision as of 08:59, 21 April 2026
/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
scroll-margin-top: 100px;
}