Hide upload table in onlyoffice

pull/1/head
yflory 6 years ago
parent af55e07107
commit 739f1674d1

@ -27,6 +27,10 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
);
}
#cp-fileupload {
display: none !important;
}
#cp-toolbar {
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
}

Loading…
Cancel
Save