sioux-offscreen
Version:
An off screen navigation item. Similar to the menu of the Facebook and Path app
26 lines (17 loc) • 303 B
CSS
/* Cascadify: node_modules\sioux-global\style.css */
body {
margin: 0;
}
.screen {
width: 100%;
height: 100%;
overflow: hidden;
}
.ui-window {
position: fixed;
width: 100%;
height: 100%;
display: inline-block;
overflow: auto;
-webkit-overflow-scrolling: touch;
}