Skip to content

Commit 9976fa5

Browse files
committed
feat(CSS): use position: absolute in .sliding-part
1 parent 398e489 commit 9976fa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ body {
2626
}
2727

2828
.sliding-part {
29+
position: absolute;
2930
height: 530px;
3031
width: 400px;
3132
border: black 1px solid;
@@ -42,6 +43,7 @@ body {
4243
}
4344

4445
.computation-history {
46+
4547
height: 530px;
4648
width: 400px;
4749

0 commit comments

Comments
 (0)