feat: auto-position tooltip and suport overflowing container (#3631)
This commit is contained in:
@ -340,7 +340,7 @@ const ExcalidrawWrapper = () => {
|
||||
rel="noopener noreferrer"
|
||||
aria-label={t("encrypted.link")}
|
||||
>
|
||||
<Tooltip label={t("encrypted.tooltip")} position="above" long={true}>
|
||||
<Tooltip label={t("encrypted.tooltip")} long={true}>
|
||||
{shield}
|
||||
</Tooltip>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user