docs/customstyle.css: add viewing-outdate-version-message CSS tweaks

This commit is contained in:
sommersoft 2020-06-25 23:11:38 -05:00
parent 310a267998
commit aaa61c1a6a

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