summaryrefslogtreecommitdiff
path: root/docs/static/customstyle.css
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2020-06-26 13:48:45 -0500
committersommersoft <sommersoft@gmail.com>2020-06-26 13:48:45 -0500
commitdc6ede04536523695ce633acae2a7d4dceee8efe (patch)
tree6f129c6dc32bdcc36d1892f875c4ed7f2950614e /docs/static/customstyle.css
parentba028ae62341a11743c8b66d2fd7e1d3eb2fe032 (diff)
use customcss for viewing-outdate-docs message
Diffstat (limited to 'docs/static/customstyle.css')
-rw-r--r--docs/static/customstyle.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/static/customstyle.css b/docs/static/customstyle.css
index 6c964b762..1136edcd3 100644
--- a/docs/static/customstyle.css
+++ b/docs/static/customstyle.css
@@ -10,6 +10,19 @@
}
+/* custom CSS to sticky the ' viewing outdated version'
+ warning
+*/
+.document > .admonition {
+ position: sticky;
+ top: 0px;
+ background-color: salmon;
+ z-index: 2;
+}
+
+body {
+ overflow-x: unset!important;
+}
/* override table width restrictions */
@media screen and (min-width: 767px) {