web-apps/vendor/framework7/src/less/material/views.less
2016-11-11 16:24:21 +03:00

15 lines
206 B
Plaintext

/* === Views === */
.views, .view {
position: relative;
width: 100%;
height: 100%;
z-index: 5000;
}
.views {
.scrollable();
}
.view {
overflow: hidden;
box-sizing: border-box;
}