Skip to content

Commit 51bfa33

Browse files
committed
new workaround for scroll always showing
1 parent 7c7e26d commit 51bfa33

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

_static/custom.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@
5555
border: 1px solid var(--pst-color-border) !important;
5656
} */
5757

58-
[data-theme="dark"] .sd-card {
58+
#rtd-footer-container {
59+
margin: 0px !important;
60+
}
61+
62+
63+
/* [data-theme="dark"] .sd-card {
5964
border-color: #00000000;
6065
}
6166
6267
[data-theme="dark"] .sd-card-hover:hover {
6368
border-color: var(--sd-color-card-border-hover) !important;
64-
}
69+
} */

_static/js/custom.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ def tagged_commit():
301301
# pixels large.
302302
html_favicon = "_static/favicon.ico"
303303

304-
html_js_files = [
305-
'js/custom.js',
306-
]
304+
# html_js_files = [
305+
# 'js/custom.js',
306+
# ]
307307

308308

309309
# Add any paths that contain custom static files (such as style sheets) here,
@@ -452,4 +452,4 @@ def tagged_commit():
452452

453453

454454
def setup(app):
455-
...
455+
...

0 commit comments

Comments
 (0)