File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,14 @@ a:visited,
246246 font-weight : normal;
247247}
248248
249- /* Versions panel colors */
249+ /* RTD versions box colors */
250+ /* Also make entire sidebar scrollable but add empty space to the bottom
251+ * of the colling region, rather than truncating the scrollable space */
250252nav .wy-nav-side {
251- padding-bottom : 2.4em !important ;
253+ padding-bottom : 0em !important ;
254+ }
255+ .wy-menu-vertical {
256+ margin-bottom : 3.5em !important ;
252257}
253258.rst-versions .rst-current-version {
254259 padding : 0.66em ; /* match padding for list items */
@@ -263,6 +268,8 @@ nav.wy-nav-side {
263268}
264269.rst-versions .rst-other-versions hr {
265270 color : var (--versions-color );
271+ border-top-color : var (--versions-color );
272+ border-bottom-color : var (--versions-color );
266273}
267274.rst-versions .rst-current-version .fa {
268275 color : var (--main-color );
You can’t perform that action at this time.
0 commit comments