docs: rm ... from some examples and fix up inset example (#2788)
### Change Type - [x] `documentation` — Changes to the documentation only[^2]
This commit is contained in:
parent
c47360d236
commit
56c3f2bef7
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ category: basic
|
|||
priority: 1
|
||||
---
|
||||
|
||||
...
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ category: basic
|
|||
priority: 5
|
||||
---
|
||||
|
||||
...
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import '@tldraw/tldraw/tldraw.css'
|
|||
|
||||
export default function InsetExample() {
|
||||
return (
|
||||
<div style={{ position: 'absolute', inset: 200 }}>
|
||||
<div style={{ position: 'absolute', inset: 100 }}>
|
||||
<div className="tldraw__editor">
|
||||
<Tldraw />
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@ category: basic
|
|||
priority: 2
|
||||
---
|
||||
|
||||
...
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue