Skip to content

Commit 8c41d45

Browse files
authored
Update nature.css
1 parent 9a8260b commit 8c41d45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_static/nature.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ div.related {
7777
text-shadow: 0px 0px 0 #444;
7878
font-size: 0.9em;
7979
background-image: linear-gradient(30deg, #e8eef0, #97c6d2);
80+
position: sticky;
81+
top:30px;
82+
z-index: 100;
8083
}
8184

8285
div.related a {
@@ -87,7 +90,7 @@ div.sphinxsidebar {
8790
font-size: 0.75em;
8891
line-height: 1.5em;
8992
position: sticky;
90-
top:10px;
93+
top:50px;
9194
}
9295

9396
div.sphinxsidebarwrapper{

0 commit comments

Comments
 (0)