add custom css for 'viewing-old-docs' message
This commit is contained in:
parent
9b8d648986
commit
ba0911b0f6
12
docs/static/customstyle.css
vendored
12
docs/static/customstyle.css
vendored
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user