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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-12-05 19:59:16 +0300
committerRobin Appelman <robin@icewind.nl>2016-12-05 19:59:16 +0300
commitfe31b45934bd7978920ebd88d2089b50cacebc8b (patch)
tree93d3c0a5bacc3fe3e795f2b31dfff84a3514fa13 /core/css
parentfccddb87876aab6fdb11fbef7645cb32cb56e1d3 (diff)
float tooltip over select2 dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/tooltip.css2
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 {