MyWiki:WikiProject Articles for creation/Help desk/header/styles.css
Jump to navigation
Jump to search
#AfChd-pageNavBox {
position: fixed;
left: 10px;
bottom: 10px;
display: block;
width: 150px;
z-index: 999;
overflow: hidden;
border: 1px solid #A7D7F9;
background-color: var(--background-color-base, white);
color: inherit;
}
/* No point haing the box in Vector 2022 - the left sidebar is always there, and the skip to top and bottom links are also there */
body.skin-vector-2022 #AfChd-pageNavBox {
display: none;
}