mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove 100%
height from tooltip container to fix layout issues (#3980)
This commit is contained in:
parent
96b31ecbce
commit
6dd0e6a4c5
3 changed files with 9 additions and 3 deletions
|
@ -160,7 +160,7 @@ export const actionResetZoom = register({
|
|||
};
|
||||
},
|
||||
PanelComponent: ({ updateData, appState }) => (
|
||||
<Tooltip label={t("buttons.resetZoom")}>
|
||||
<Tooltip label={t("buttons.resetZoom")} style={{ height: "100%" }}>
|
||||
<ToolButton
|
||||
type="button"
|
||||
className="reset-zoom-button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue