Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
accessibility-tools
accessible_gmaps
Commits
e4a36e98
Commit
e4a36e98
authored
May 13, 2016
by
Elijah Byrd
Browse files
Minor fix to overlay lazy loading.
parent
f3fc19d7
Pipeline
#17449
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
accessible_gmaps.js
View file @
e4a36e98
...
...
@@ -356,6 +356,7 @@
}
// If the marker is in bounds, position the overlay off-screen. This will keep it from receiving incorrect mouse hover, until it is repositioned by its marker's hover or its own focus event.
else
{
jQuery
(
'
div#
'
+
markerID
).
css
(
'
display
'
,
'
block
'
);
jQuery
(
'
div#
'
+
markerID
).
css
(
'
left
'
,
'
-2000px
'
);
jQuery
(
'
div#
'
+
markerID
).
css
(
'
top
'
,
'
-2000px
'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment