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
path: root/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-09-01 14:09:08 +0300
committerRobin Appelman <icewind@owncloud.com>2015-09-01 14:16:04 +0300
commit60124a9169a4a8cf08d73793216e14d76a60adc0 (patch)
treea76ff0a95a344d5ee8f0bec3f118d153a1c7d140 /css
parente8734f76fdc54422d790632f0391065f4571f127 (diff)
fix nav bar over floating text editor
Diffstat (limited to 'css')
-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;