Skip to content

Commit

Permalink
fix: hide the rdt flyout
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Sep 7, 2023
1 parent 42d1633 commit 8850ca7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ div.highlight-console pre span.go::before {
margin-right: 10px;
margin-left: 5px;
}

/* hide read the docs flyout */
#readthedocs-embed-flyout {
display: none;
}

0 comments on commit 8850ca7

Please sign in to comment.