UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

36 lines (35 loc) 553 B
/* === Views === */ .views, .view { position: relative; height: 100%; z-index: 5000; overflow: hidden; box-sizing: border-box; } .framework7-root { > .view, > .views { height: 100%; } } .view-resize-handler { width: 6px; height: 100%; position: absolute; left: var(--f7-page-master-width); margin-left: -3px; top: 0; cursor: col-resize; z-index: 1000; display: none; .view-master-detail & { display: block; } } .if-ios-theme({ @import './view-ios.less'; }); .if-md-theme({ @import './view-md.less'; });