aboutsummaryrefslogtreecommitdiff
path: root/src/content/components/common
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-16 21:28:53 +0900
committerGitHub <noreply@github.com>2017-11-16 21:28:53 +0900
commit7e506f5f212ce57362bb644c2c2d7a9f763282cb (patch)
treec7ded8021ef3f9f3a06ab7f522355ae2276b918f /src/content/components/common
parenta50c7dd0a20cbef8860c3592ae70d3813d94b78d (diff)
parentcc0fbdd496f02c311492df5cbfa1db6676d3c0b6 (diff)
Merge pull request #160 from ueokande/iframe-transparency
Fix for certain pages
Diffstat (limited to 'src/content/components/common')
-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;
}