/*
 * A bunch of small administrative tweaks, not really part of the site theme, but some broad resets for the editorial team.
 */


/* tuck task tabs out of the way when viewing the site while logged in */
#tasks {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
/* hide background image on add/edit pages, which use admin theme, but aren't technically admin pages */
.page-user-add,
.page-user-edit,
.page-node-delete,
.page-node-add,
.page-node-edit {
    background-image: none !important;
}
/* possible fix for iOS
body {
    background-attachment: fixed !important;
    background-size: 100vmax !important;
}
*/