Tldraw/apps/examples/src
Mime Čuvalo edd7822238
bug: fix rendering issues on new MacOS 15 / iOS 18 (#4593)
Various rendering issues on MacOS 15 and iOS 18. It can be caused when
erasing shapes or with selecting shapes or just generally interacting
with them.

We noticed that this wasn't happening on the Examples app and @SomeHats
discovered that we use `position: absolute` there whilst on .com we use
`position: fixed` 🤦

Examples in action:
- https://x.com/rafalfilipek/status/1836845121406652423
- another example:


https://github.com/user-attachments/assets/f5d7ff09-c7b1-4271-896f-ca33f7dab505



### Change type

- [x] `bugfix`
- [ ] `improvement`
- [ ] `feature`
- [ ] `api`
- [ ] `other`

### Release notes

- Fix rendering issues on new MacOS 15 / iOS 18
2024-09-24 14:06:48 +00:00
..
examples
hooks
icons
misc
ExamplePage.tsx
ExampleWrapper.tsx
examples.tsx
index.html
index.tsx
styles.css bug: fix rendering issues on new MacOS 15 / iOS 18 (#4593) 2024-09-24 14:06:48 +00:00
vite-env.d.ts