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:
Tobias Gritschacher 2016-12-12 15:12:46 +01:00
parent b46c105202
commit effdcca08a

View file

@ -99,7 +99,7 @@ class RevisionSliderHooks {
'style' => 'margin: 0 auto;', 'style' => 'margin: 0 auto;',
] ); ] );
$out->addHTML( $out->prependHTML(
Html::rawElement( Html::rawElement(
'div', 'div',
[ [