We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffccfb commit 748e4faCopy full SHA for 748e4fa
docs/_static/custom.css
@@ -249,11 +249,11 @@ a:visited,
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 */
252
-nav.wy-nav-side {
253
- padding-bottom: 0em !important;
+nav.wy-nav-side .ethical-rtd {
+ margin-bottom: 3em !important; /* padding below ad or below sidebar */
254
}
255
-.wy-menu-vertical {
256
- margin-bottom: 3.5em !important;
+nav.wy-nav-side {
+ padding-bottom: 0em !important; /* entire sidebar is always scrollable */
257
258
.rst-versions .rst-current-version {
259
padding: 0.66em; /* match padding for list items */
0 commit comments