Skip to content

Commit

Permalink
Hide the 'go to top' button in print mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FSchumacher committed Mar 9, 2022
1 parent e421d79 commit 8ecf734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xdocs/css/new-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,10 @@ table {
display: none;
}

#topButton {
display: none;
}

#content {
display: block;
width: 70rem;
Expand Down

0 comments on commit 8ecf734

Please sign in to comment.