maximize z-index of hints

jh-changes
Shin'ya Ueoka 7 years ago
parent 44aa90184f
commit 1a6d13840e
  1. 2
      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;
}