We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b37a73 commit 434cbc1Copy full SHA for 434cbc1
python_env/src/cc.engine/cc/engine/templates/macros_templates/deed.html
@@ -248,7 +248,7 @@ <h2>
248
<script type="text/javascript">
249
//<![CDATA[
250
$(document).ready(function() {
251
- $('.helpLink').each(function(index, helpLinkElem) {
+ $('#deed .helpLink').each(function(index, helpLinkElem) {
252
var helpId = $(helpLinkElem).attr('id');
253
var popupId = helpId ? 'help_' + helpId : undefined;
254
if (popupId) {
@@ -257,6 +257,7 @@ <h2>
257
var popupBodyHtml = $('.bd', popupElem).html();
258
$(helpLinkElem).popover({
259
placement: 'auto top',
260
+ viewport: '#deed',
261
trigger: 'focus',
262
title: popupTitleHtml ? popupTitleHtml : undefined,
263
content: popupBodyHtml ? popupBodyHtml : undefined,
0 commit comments