Skip to content

Commit ffdcf44

Browse files
Update style.css
1 parent 52f838f commit ffdcf44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

styles/style.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1098,11 +1098,13 @@ details[open] summary{
10981098
transition: 1s ease;
10991099
}
11001100
.low{
1101-
bottom: -41%;
1101+
bottom: 0;
1102+
transform:translateY(83%);
11021103
}
11031104

11041105
.up{
11051106
bottom:0;
1107+
transform:translateY(0);
11061108
}
11071109

11081110
.pauze, .start{

0 commit comments

Comments
 (0)