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
path: root/src
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2021-04-26 20:54:18 +0300
committerGary Kim <gary@garykim.dev>2021-07-15 03:40:52 +0300
commit805d6911e8b3f2cacb17203bd7b07878791580de (patch)
tree058e0791aa29b8d23c764f2aeb0f7f130dc7caa7 /src
parentd1ca93f6e66bc43f34f7b41517b28cebfab1417e (diff)
fix: rich workspaces overlap with new file dropdown
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'src')
-rw-r--r--src/components/EditorWrapper.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue
index ee63d8780..243117301 100644
--- a/src/components/EditorWrapper.vue
+++ b/src/components/EditorWrapper.vue
@@ -637,8 +637,7 @@ export default {
#editor {
overflow: auto;
- // Fix for IE11 issue where the menubar sometimes was positioned under the text
- z-index: 1000;
+ z-index: 20;
}
.has-conflicts #editor {
padding-top: 0;