UNPKG

framework7-without-localstorage

Version:

Full featured mobile HTML framework for building iOS & Android apps

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