UNPKG

framework7.angular

Version:

Full Featured Mobile HTML Framework For Building iOS & Android Apps using Angularjs

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