add custom css for 'viewing-old-docs' message

This commit is contained in:
sommersoft 2020-06-29 18:18:25 -05:00
parent 51dbe9109f
commit 47849a9e58

View File

@ -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) {