From 4edf388a3852507886e1fc1c396725ea0a6c8e82 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Fri, 26 Jun 2015 17:48:35 +0200
Subject: [PATCH] fix z-index of share-autocomplete

---
 core/css/share.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/share.css b/core/css/share.css
index 0d687cb76d..11e23131dc 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -161,6 +161,7 @@ a.showCruds:hover,a.unshare:hover {
 	max-height:103px;
 	overflow-y:auto;
 	overflow-x:hidden;
+	z-index: 101 !important;
 }
 
 .notCreatable {
-- 
GitLab