discord-sandboxed/css/style.css
2019-10-19 20:38:47 -07:00

22 lines
235 B
CSS

html, body{
width:100%;
height:100%;
margin:0px;
padding: 0;
overflow: hidden;
}
div {
width:100%;
height:100%;
}
webview {
height:100%;
height:100%;
}
::-webkit-scrollbar {
display: none;
}