Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2019-10-31 11:04:12 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2019-11-28 19:29:51 +0300
commit18a6409fdb6cfaa072d0540ef85651227a048bd2 (patch)
tree1c4e40fbd22696321d8115a0af44215fcaaa5013 /css/main.css
parent892b6b0633794142f3ae1a7be6d1f8f536aae7e3 (diff)
Use iframe for displaying the editor inline (#154)
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 513c9a8..68fab2a 100644
--- a/css/main.css
+++ b/css/main.css
@@ -40,6 +40,16 @@
background-image: url("../img/app-dark.svg");
}
+#onlyofficeFrame {
+ background-color: #fff;
+ width: 100%;
+ height: calc(100vh - 50px);
+ display: block;
+ position: absolute;
+ top: 0;
+ z-index: 110;
+}
+
.AscDesktopEditor #body-user #header {
display: none;
}