blob: a535b2638716c2c10943cd8e1db6cb7de7fb4929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.webBox-cont {
padding: 0vw;
position: absolute;
width: 100%;
height: 100%;
overflow: scroll;
}
.webBox-button {
padding : 0vw;
border: none;
width : 100%;
height: 100%;
}
|