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

This commit is contained in:
sommersoft 2020-06-26 17:01:25 -05:00
parent 9b8d648986
commit ba0911b0f6

View File

@ -9,7 +9,19 @@
margin: 4px;
}
/* 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) {