Enable onlyoffice reconnection
This commit is contained in:
@@ -62,6 +62,15 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
|
||||
background-color: lightgrey;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
position: relative;
|
||||
}
|
||||
#cp-app-oo-offline {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
}
|
||||
#ooframe {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user