discord-sandboxed/css/style.css

21 lines
234 B
CSS
Raw Normal View History

2019-10-07 06:54:38 +00:00
html, body{
width:100%;
height:100%;
margin:0px;
padding: 0;
overflow: hidden;
}
div {
width:100%;
height:100%;
}
webview {
height:100%;
width:100%;
}
::-webkit-scrollbar {
display: none;
}