

/* 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;
}