UNPKG
framework7-without-localstorage
Version:
latest (1.6.5)
1.6.5
Full featured mobile HTML framework for building iOS & Android apps
framework7.io
framework7-without-localstorage
/
src
/
less
/
material
/
views.less
15 lines
(14 loc)
•
206 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* === Views === */
.views
,
.view
{
position
: relative;
height
:
100%
;
z-index
:
5000
; }
.views
{
.scrollable
(); }
.view
{
width
:
100%
;
overflow
: hidden;
box-sizing
: border-box; }