aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 65c4b156..d9084b4f 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -297,7 +297,7 @@ p {
div.modal {
position: fixed;
- z-index: 1;
+ z-index: 10;
left: 0;
top: 0;
width: 100%;
@@ -623,6 +623,7 @@ pre {
line-height: 1.5em;
margin: 1.5em 0 1.5em 0;
padding: 10px;
+ overflow-x: auto;
}
pre, code {