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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-29 16:34:45 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-29 16:34:45 +0300
commit4fc50167b1fe6e6a6147a3a1e8fb25c274396937 (patch)
treed6b43f1e8d679a433f6bc0faefb7cacd421af2fd /css
parent1a657c70783f86df4dd1061ce299a5cd12727f9b (diff)
Allow pasting images into the document
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'css')
-rw-r--r--css/preview.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/preview.css b/css/preview.css
index 3b9fe56..da45845 100644
--- a/css/preview.css
+++ b/css/preview.css
@@ -432,4 +432,8 @@
left: 0;
max-width: 100%;
max-height: 100%;
+}
+
+.oc-dialog-dim.oc-dialog-dim {
+ z-index: 9999;
} \ No newline at end of file