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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 2ec843a..16b0934 100644
--- a/css/style.css
+++ b/css/style.css
@@ -41,7 +41,7 @@
left: 15%;
width: 70%;
height: 88%;
- z-index:1002;
+ z-index: 9999;
overflow: hidden;
background-color: #fff;
border-radius: 3px;
@@ -49,6 +49,7 @@
}
#editor_container.hasPreview {
+ z-index: 1002;
width: 100%;
height: 100%;
top: 0;