mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-13 22:03:08 +00:00
Fix overlay scroll
This commit is contained in:
parent
65497cb9d8
commit
3ffcaf133c
10
docs/_static/css/custom.css
vendored
10
docs/_static/css/custom.css
vendored
@ -8,13 +8,21 @@
|
||||
.wy-side-nav-search {
|
||||
background-color: #343131;
|
||||
}
|
||||
|
||||
/* Disable annoying scrollbar in code-blocks */
|
||||
.codeblock,
|
||||
pre.literal-block,
|
||||
.rst-content .literal-block,
|
||||
.rst-content pre.literal-block,
|
||||
.rst-content div[class^='highlight'],
|
||||
div[class^='highlight'] {
|
||||
overflow: hidden;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
/* bg color for code windows */
|
||||
.highlight {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
/*
|
||||
div.rtd-pro.rtd-pro-footer {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user