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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EditorWrapper.vue')
-rw-r--r--src/components/EditorWrapper.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue
index ebdb7cc77..4be93361a 100644
--- a/src/components/EditorWrapper.vue
+++ b/src/components/EditorWrapper.vue
@@ -570,6 +570,8 @@ export default {
#editor {
padding-top: 50px;
overflow: auto;
+ // Fix for IE11 issue where the menubar sometimes was positioned under the text
+ z-index: 1000;
}
.has-conflicts #editor {
padding-top: 0px;