aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-15 21:26:06 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-11-15 21:26:06 +0900
commit1a6d13840e6b65832d126f817589801ce0eb2874 (patch)
tree12294a0b9ddae9ca36b30b0c77b99e4e88940124
parent44aa90184f95a924c929ba7e67a991c3389e97a6 (diff)
maximize z-index of hints
-rw-r--r--src/content/components/common/hint.css2
1 files changed, 1 insertions, 1 deletions
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;
}