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