Move scrollbar for longer references to the right

Bug: T249530
Change-Id: I2db695aa79fae7511eb316f5463f76654722741d
This commit is contained in:
Thiemo Kreuz 2020-10-27 14:30:23 +01:00
parent 9dbe5b78dd
commit 7b96ed8c4d

View file

@ -27,6 +27,7 @@
}
.mwe-popups-extract {
margin-right: 0;
margin-bottom: 2.75 * @lineHeight;
// Reference previews should have a "lighter" appearence than page previews, where the
// maximum is 7 lines.
@ -59,6 +60,7 @@
.mw-parser-output {
max-height: inherit;
overflow: auto;
padding-right: @popupPadding;
}
}