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
|
priority: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ category: basic
|
||||||
priority: 5
|
priority: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import '@tldraw/tldraw/tldraw.css'
|
||||||
|
|
||||||
export default function InsetExample() {
|
export default function InsetExample() {
|
||||||
return (
|
return (
|
||||||
<div style={{ position: 'absolute', inset: 200 }}>
|
<div style={{ position: 'absolute', inset: 100 }}>
|
||||||
<div className="tldraw__editor">
|
<div className="tldraw__editor">
|
||||||
<Tldraw />
|
<Tldraw />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,7 +5,7 @@ category: basic
|
||||||
priority: 2
|
priority: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue