You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
191 B
20 lines
191 B
5 years ago
|
page{
|
||
|
height: 100%
|
||
|
}
|
||
|
.cropper{
|
||
5 years ago
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
5 years ago
|
}
|
||
|
|
||
5 years ago
|
.operations{
|
||
5 years ago
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
5 years ago
|
height: 42px;
|
||
5 years ago
|
}
|
||
5 years ago
|
.operations>button{
|
||
|
flex: auto
|
||
5 years ago
|
}
|
||
|
|