diff options
author | Robin Appelman <robin@icewind.nl> | 2016-12-05 17:59:16 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-12-05 17:59:16 +0100 |
commit | fe31b45934bd7978920ebd88d2089b50cacebc8b (patch) | |
tree | 93d3c0a5bacc3fe3e795f2b31dfff84a3514fa13 /core | |
parent | fccddb87876aab6fdb11fbef7645cb32cb56e1d3 (diff) | |
download | nextcloud-server-fe31b45934bd7978920ebd88d2089b50cacebc8b.tar.gz nextcloud-server-fe31b45934bd7978920ebd88d2089b50cacebc8b.zip |
float tooltip over select2 dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/tooltip.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/tooltip.css b/core/css/tooltip.css index af25fd5533d..e5a2f7b2145 100644 --- a/core/css/tooltip.css +++ b/core/css/tooltip.css @@ -5,7 +5,6 @@ */ .tooltip { position: absolute; - z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; @@ -24,6 +23,7 @@ word-wrap: normal; font-size: 12px; opacity: 0; + z-index: 100000; filter: alpha(opacity=0); } .tooltip.in { |