docs/customstyle.css: add viewing-outdate-version-message CSS tweaks
This commit is contained in:
parent
310a267998
commit
aaa61c1a6a
13
docs/static/customstyle.css
vendored
13
docs/static/customstyle.css
vendored
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user