Fix the tool lock button. (#2225)
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.
This commit is contained in:
parent
14e8d19a71
commit
c4564dc2be
1 changed files with 1 additions and 0 deletions
|
@ -902,6 +902,7 @@
|
|||
width: 100%;
|
||||
pointer-events: none;
|
||||
top: 4px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.tlui-toolbar__extras__controls {
|
||||
|
|
Loading…
Reference in a new issue