#drawer{width:300px;height:100%;overflow-x:hidden;overflow-y:scroll;position:fixed;right:-300px;top:0;z-index:1000;transition:transform .5s ease}#drawer>.drawer-inner{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}#drawer.block{transform:translate3d(-300px,0,0)}#sd-overlay{z-index:-999;position:fixed;width:100%;max-width:100%;height:100%;min-height:100vh;top:50px;left:0;transition:opacity .5s ease;opacity:0;background:#333}#sd-overlay.block{opacity:.8;z-index:999;transition:opacity .5s ease}html.locked{overflow:hidden !important;-ms-touch-action:none;touch-action:none}body.locked{position:fixed !important;overflow:hidden !important;top:0;left:0;right:0;left:0;margin:0;padding:0}