Remove sticky from help tooltip

This commit is contained in:
Piotr Rogowski 2021-03-23 21:42:42 +01:00
parent ac380d041c
commit 3db9dccdd1
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 1 additions and 3 deletions

View File

@ -113,9 +113,7 @@ const Dialog = ({
}
placement="right"
>
<QuestionCircleOutlined
style={{ position: 'sticky', top: 15, zIndex: 1 }}
/>
<QuestionCircleOutlined />
</Popover>
);