mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-14 19:25:33 +00:00
Merge "Move scrollbar for longer references to the right"
This commit is contained in:
commit
1f28739cd0
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue