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:
Prateek Saxena 2014-12-29 14:44:39 +05:30
parent 9455e28bc7
commit f7d5f890b6

View file

@ -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;