[NIFI-3465] change CS and RT warning tooltip viewports to a visible and connected DOM element. This closes #1545

This commit is contained in:
Scott Aslan 2017-02-27 12:59:33 -05:00 committed by Matt Gilman
parent d98426cc3d
commit 1978c986b5
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
2 changed files with 4 additions and 4 deletions

View File

@ -904,7 +904,7 @@
content: tooltip, content: tooltip,
position: { position: {
target: 'mouse', target: 'mouse',
viewport: $(window), viewport: $('#shell-container'),
adjust: { adjust: {
x: 8, x: 8,
y: 8, y: 8,
@ -934,7 +934,7 @@
content: tooltip, content: tooltip,
position: { position: {
target: 'mouse', target: 'mouse',
viewport: $(window), viewport: $('#shell-container'),
adjust: { adjust: {
x: 8, x: 8,
y: 8, y: 8,

View File

@ -949,7 +949,7 @@
content: tooltip, content: tooltip,
position: { position: {
target: 'mouse', target: 'mouse',
viewport: $(window), viewport: $('#shell-container'),
adjust: { adjust: {
x: 8, x: 8,
y: 8, y: 8,
@ -979,7 +979,7 @@
content: tooltip, content: tooltip,
position: { position: {
target: 'mouse', target: 'mouse',
viewport: $(window), viewport: $('#shell-container'),
adjust: { adjust: {
x: 8, x: 8,
y: 8, y: 8,