mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 01:10:04 +00:00
Re-position #mwe-popups-svg out of the view port
This <div> had been sitting visible at the bottom of the page and went unnoticed till it caused problems with the ContentTranslation extension. Hiding it using 'display: none;' causes issues with the masking of the images, thus putting the div out of the view port. Bug: T76718 Change-Id: I731128c827aa093e0ffab52dc378aea386b0bb3c
This commit is contained in:
parent
9455e28bc7
commit
f7d5f890b6
|
@ -4,6 +4,11 @@
|
|||
* https://en.wikipedia.org/wiki/User:Yair_rand/NavPopupsRestyled.js
|
||||
*/
|
||||
|
||||
#mwe-popups-svg {
|
||||
position: absolute;
|
||||
top: -1000px;
|
||||
}
|
||||
|
||||
.mwe-popups-border-triangle-top(@size, @left, @color, @extra) {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue