[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:
Steve Ruiz 2023-06-29 15:23:18 +01:00 committed by GitHub
parent f1f584df94
commit cf2cc8c970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,7 @@
scrollbar-highlight-color: transparent; scrollbar-highlight-color: transparent;
-webkit-user-select: none; -webkit-user-select: none;
user-select: none; user-select: none;
box-sizing: border-box;
outline: none; outline: none;
} }