cryptpad/customize.dist/src/outer.css

16 lines
250 B
CSS
Raw Normal View History

2019-06-03 09:57:55 +00:00
html, body {
margin: 0px;
padding: 0px;
}
2020-04-07 12:27:44 +00:00
#sbox-iframe, #sbox-secure-iframe {
2019-06-03 09:57:55 +00:00
position: fixed;
top:0; left:0;
bottom:0; right:0;
width:100%;
height: 100%;
border: 0;
margin:0;
padding:0;
overflow:hidden;
}