UNPKG
dyna-ui-modal-container
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
React modal container
github.com/aneldev/dyna-ui-modal-container
aneldev/dyna-ui-modal-container
dyna-ui-modal-container
/
dev
/
app
/
start.less
19 lines
(15 loc)
•
179 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.stretch
{
position
: absolute;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
0
;
margin
:
0
; }
body
{
.stretch
();
#app-container
{
.stretch
(); } }