File size: 456 Bytes
15831be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#left-panel {
    height: 90%;
    overflow-y: auto;
    border-right: 1px solid #ccc;
}

#right-panel {
    height: 90%;
    overflow-y: auto;
}

#combine-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background-color: orange;
    color: white;
}

#download-zip {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
    background-color: blue;
    color: white;
}