Skip to content

Commit c8ed4ae

Browse files
committed
make logo visible in sidebar when loading page
1 parent 6f10d29 commit c8ed4ae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_static/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@ dt a[id] {
395395
}
396396

397397

398+
.wy-side-nav-search {
399+
position: sticky;
400+
top: 0;
401+
z-index: 200;
402+
}
403+
398404
.wy-side-nav-search .wy-dropdown > a img.logo,
399405
.wy-side-nav-search > a img.logo {
400406
display: block;

0 commit comments

Comments
 (0)