2019-10-06 23:54:38 -07:00
|
|
|
html, body{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
margin:0px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
2019-10-19 20:38:47 -07:00
|
|
|
}
|
2019-10-06 23:54:38 -07:00
|
|
|
|
|
|
|
div {
|
|
|
|
width:100%;
|
2019-10-19 20:38:47 -07:00
|
|
|
height:100%;
|
2019-10-06 23:54:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
webview {
|
|
|
|
height:100%;
|
2019-10-19 20:38:47 -07:00
|
|
|
height:100%;
|
2019-10-06 23:54:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
display: none;
|
2019-10-14 23:21:54 -07:00
|
|
|
}
|