mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: auto-position tooltip and suport overflowing container (#3631)
This commit is contained in:
parent
0bbb4535cf
commit
357266e9ab
4 changed files with 100 additions and 76 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue