discord-sandboxed/css/style.css

22 lines
263 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;
2019-10-12 01:51:13 +00:00
background-color: green;
2019-10-07 06:54:38 +00:00
}
div {
width:100%;
height:100%;
}
webview {
height:100%;
width:100%;
}
::-webkit-scrollbar {
display: none;
}