Remove sticky from help tooltip
This commit is contained in:
parent
ac380d041c
commit
3db9dccdd1
|
@ -113,9 +113,7 @@ const Dialog = ({
|
||||||
}
|
}
|
||||||
placement="right"
|
placement="right"
|
||||||
>
|
>
|
||||||
<QuestionCircleOutlined
|
<QuestionCircleOutlined />
|
||||||
style={{ position: 'sticky', top: 15, zIndex: 1 }}
|
|
||||||
/>
|
|
||||||
</Popover>
|
</Popover>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue