Skip to content

Commit

Permalink
💄 Fix styles.css customization for RDoc 6.6
Browse files Browse the repository at this point in the history
The new rdoc styles, using grid, don't work with my existing height,
position, overflow changes to the side nav.  The upstream versions are
better.  🙂
  • Loading branch information
nevans committed Nov 9, 2023
1 parent 5a7c6ad commit dcfb35f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,3 @@ body {
*/
font-weight: 400;
}

@media only screen and (min-width: 600px) {
nav {
height: 100%;
position: fixed;
overflow-y: scroll;
}

nav #class-metadata {
margin-bottom: 5em;
}
}

0 comments on commit dcfb35f

Please sign in to comment.