New share modal in all the apps
This commit is contained in:
15
customize.dist/src/outer.css
Normal file
15
customize.dist/src/outer.css
Normal file
@@ -0,0 +1,15 @@
|
||||
html, body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
#sbox-iframe, #sbox-share-iframe, #sbox-filePicker-iframe {
|
||||
position: fixed;
|
||||
top:0; left:0;
|
||||
bottom:0; right:0;
|
||||
width:100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
margin:0;
|
||||
padding:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user