mirror of https://github.com/apache/nifi.git
[NIFI-3465] change CS and RT warning tooltip viewports to a visible and connected DOM element. This closes #1545
This commit is contained in:
parent
d98426cc3d
commit
1978c986b5
|
@ -904,7 +904,7 @@
|
|||
content: tooltip,
|
||||
position: {
|
||||
target: 'mouse',
|
||||
viewport: $(window),
|
||||
viewport: $('#shell-container'),
|
||||
adjust: {
|
||||
x: 8,
|
||||
y: 8,
|
||||
|
@ -934,7 +934,7 @@
|
|||
content: tooltip,
|
||||
position: {
|
||||
target: 'mouse',
|
||||
viewport: $(window),
|
||||
viewport: $('#shell-container'),
|
||||
adjust: {
|
||||
x: 8,
|
||||
y: 8,
|
||||
|
|
|
@ -949,7 +949,7 @@
|
|||
content: tooltip,
|
||||
position: {
|
||||
target: 'mouse',
|
||||
viewport: $(window),
|
||||
viewport: $('#shell-container'),
|
||||
adjust: {
|
||||
x: 8,
|
||||
y: 8,
|
||||
|
@ -979,7 +979,7 @@
|
|||
content: tooltip,
|
||||
position: {
|
||||
target: 'mouse',
|
||||
viewport: $(window),
|
||||
viewport: $('#shell-container'),
|
||||
adjust: {
|
||||
x: 8,
|
||||
y: 8,
|
||||
|
|
Loading…
Reference in New Issue