/*
Theme Name: Survival Guide Sensible child theme
Description: Sensible WP Child Theme for Survival Guide
Author: Burning Man Technology
Author URI: https://burningman.org
Template: sensible-wp
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Actual child css is in assets/css/style.css */

/* For some reason this breaks things when placed elsewhere */

.off-canvas.position-right {
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
    overflow-y: auto;
}