From 1a6d13840e6b65832d126f817589801ce0eb2874 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 15 Nov 2017 21:26:06 +0900 Subject: maximize z-index of hints --- src/content/components/common/hint.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/components/common/hint.css b/src/content/components/common/hint.css index 119dd21..1f2ab20 100644 --- a/src/content/components/common/hint.css +++ b/src/content/components/common/hint.css @@ -4,7 +4,7 @@ font-weight: bold; position: absolute; text-transform: uppercase; - z-index: 100000; + z-index: 2147483647; font-size: 12px; color: black; } -- cgit v1.2.3