aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
blob: 2ad1129a492d3e5e323f1bca8fc18e3e5fbab5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.webBox-cont {
    padding: 0vw;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

#webBox-htmlSpan {
    position: absolute;
    top:0;
    left:0;
}

.webBox-button {
    padding : 0vw;
    border: none;
    width : 100%;
    height: 100%;
}