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

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