Skip to content

Commit dcfb35f

Browse files
committed
💄 Fix styles.css customization for RDoc 6.6
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. 🙂
1 parent 5a7c6ad commit dcfb35f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/styles.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@ body {
2222
*/
2323
font-weight: 400;
2424
}
25-
26-
@media only screen and (min-width: 600px) {
27-
nav {
28-
height: 100%;
29-
position: fixed;
30-
overflow-y: scroll;
31-
}
32-
33-
nav #class-metadata {
34-
margin-bottom: 5em;
35-
}
36-
}

0 commit comments

Comments
 (0)