Add position:relative
to .p5-sketch
Sketch elements need relative positioning so elements they create can be positioned inside them correctly.
This commit is contained in:
parent
20401a9ddf
commit
9663f063ff
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ p {
|
||||||
|
|
||||||
.p5-sketch {
|
.p5-sketch {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue