From c4564dc2bea255bf36c9055ea44cf2f4bac5b9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Wed, 15 Nov 2023 19:06:29 +0100 Subject: [PATCH] Fix the tool lock button. (#2225) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the missing tool lock button. Fixes #2224 ### Change Type - [x] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [ ] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [ ] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Release Notes - Adds the missing tool lock button. --- packages/tldraw/src/lib/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tldraw/src/lib/ui.css b/packages/tldraw/src/lib/ui.css index ccf737798..d19a40d0d 100644 --- a/packages/tldraw/src/lib/ui.css +++ b/packages/tldraw/src/lib/ui.css @@ -902,6 +902,7 @@ width: 100%; pointer-events: none; top: 4px; + height: 48px; } .tlui-toolbar__extras__controls {