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
|
@ -67,11 +67,7 @@ export const actionChangeExportEmbedScene = register({
|
|||
onChange={(event) => updateData(event.target.checked)}
|
||||
/>{" "}
|
||||
{t("labels.exportEmbedScene")}
|
||||
<Tooltip
|
||||
label={t("labels.exportEmbedScene_details")}
|
||||
position="above"
|
||||
long={true}
|
||||
>
|
||||
<Tooltip label={t("labels.exportEmbedScene_details")} long={true}>
|
||||
<div className="TooltipIcon">{questionCircle}</div>
|
||||
</Tooltip>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue