mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-12-12 15:35:11 +00:00
RevisionSlider should always be on top of the page
E.g. in combination with FlaggedRevs extension, the RevisionSlider was positioned between FlaggedRevs headers and diffs which looked odd. Still todo: in combination with FlaggedRevs there is still an issue with the connector-lines that should be fixed. Bug: T151450 Change-Id: Ieb1a21549092063729f66656127f59918ec07c90
This commit is contained in:
parent
b46c105202
commit
effdcca08a
|
@ -99,7 +99,7 @@ class RevisionSliderHooks {
|
||||||
'style' => 'margin: 0 auto;',
|
'style' => 'margin: 0 auto;',
|
||||||
] );
|
] );
|
||||||
|
|
||||||
$out->addHTML(
|
$out->prependHTML(
|
||||||
Html::rawElement(
|
Html::rawElement(
|
||||||
'div',
|
'div',
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue