diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-19 21:54:50 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-19 21:54:50 +0900 |
commit | 5d0c33c1a678ceb91f82c632e34345fe815e7e29 (patch) | |
tree | d7ba2e98b2f7e86249ca6c80183e29fcd69f4cc2 | |
parent | 2c079b0e011e343f120ae502a37aebdc4f80b534 (diff) |
move hint to front
-rw-r--r-- | src/content/hint.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/hint.css b/src/content/hint.css index a0f1233..e68dfee 100644 --- a/src/content/hint.css +++ b/src/content/hint.css @@ -4,4 +4,5 @@ font-weight: bold; position: absolute; text-transform: uppercase; + z-index: 100000; } |