Skip to content

Commit 0cef269

Browse files
committed
feat(CSS): set position: relative in .sliding-part
1 parent 9976fa5 commit 0cef269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body {
1717
}
1818

1919
.parent {
20+
position: relative;
2021
height: 600px;
2122
width: 400px;
2223
border: black 1px solid;

0 commit comments

Comments
 (0)