From fd3a09eee9745d24b7b14204f29d4672a7f94585 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 26 Feb 2018 23:20:25 +0300 Subject: [PATCH] ensure the state tooltip is above the sites --- manage/manage.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manage/manage.css b/manage/manage.css index 57bdb054..7d97d477 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -569,6 +569,10 @@ select { fill: red; } +.newUI .actions { + z-index: 100; +} + .newUI .updater-icons > :not(.check-update):after { content: attr(title); position: absolute; @@ -582,7 +586,6 @@ select { font-size: 90%; animation: fadeout 10s; animation-fill-mode: both; - z-index: 999; } .newUI .update-problem .check-update:after {