Skip to content

Commit

Permalink
fix: Hide scrolbar
Browse files Browse the repository at this point in the history
The left sidebar does not show a scrolbar anymore, if the
documentation tree fits in the avaialble space.

Issue-ref: resolves eclipse-score#42
  • Loading branch information
danwos committed Dec 9, 2024
1 parent 35a8498 commit f64af4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_assets/css/score.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ blockquote {
background-color: rgba(0,0,0,0.1);
}

/* Left sidebar fix, to hide scrollbar if not needed */
.bd-sidebar-primary .sidebar-primary-items__end {
margin-bottom: 1em;
margin-top: 0;
}

/* SCORE Background video
Source: https://www.imi21.com/background-video-full-screen.php */

Expand Down

0 comments on commit f64af4f

Please sign in to comment.