Skip to content

Commit 20bbc4e

Browse files
committed
Make Toc float but non-fixed
1 parent 3db4625 commit 20bbc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ code.block {
5858
background-color: #f9f9f9;
5959
padding: 5px;
6060
font-size: 95%;
61-
position: fixed; left: 10px; top: 100px;
61+
position: absolute; left: 10px; top: 100px;
6262
}
6363
.toc ul {
6464
padding-left: 24px;

0 commit comments

Comments
 (0)