From e42ea2e38369c07a5913eccb3175bd503044518d Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 26 Feb 2018 22:55:30 +0300 Subject: [PATCH] restore correct position of update state faux button tooltip --- manage/manage.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manage/manage.css b/manage/manage.css index 8af5e82b..3a4f1d21 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -343,7 +343,8 @@ select { } .newUI .entry .actions { - contain: layout; + contain: none; + position: relative; } /************ checkbox & select************/