Fix overlay scroll

This commit is contained in:
cytopia 2018-06-03 19:32:38 +02:00
parent 65497cb9d8
commit 3ffcaf133c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -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;