[improvement] add box sizing border box (#1674)
This PR adds `box-sizing: border-box` to the editor and its children. ### Change Type - [x] `patch` ### Release Notes - [@tldraw/editor] Add `box-sizing: border-box` to `tl-container`
This commit is contained in:
parent
f1f584df94
commit
cf2cc8c970
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
|||
scrollbar-highlight-color: transparent;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue