From 44aa90184f95a924c929ba7e67a991c3389e97a6 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 15 Nov 2017 21:06:57 +0900 Subject: [PATCH 1/3] Fix console iframe styles --- src/content/console-frame.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/console-frame.scss b/src/content/console-frame.scss index 33bfff3..dece648 100644 --- a/src/content/console-frame.scss +++ b/src/content/console-frame.scss @@ -6,7 +6,8 @@ width: 100%; height: 100%; position: fixed; - z-index: 10000; + z-index: 2147483647; border: none; + background-color: unset; pointer-events:none; } From 1a6d13840e6b65832d126f817589801ce0eb2874 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 15 Nov 2017 21:26:06 +0900 Subject: [PATCH 2/3] 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; } From cc0fbdd496f02c311492df5cbfa1db6676d3c0b6 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 15 Nov 2017 21:54:52 +0900 Subject: [PATCH 3/3] border on console --- src/console/index.html | 2 +- src/console/site.scss | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/console/index.html b/src/console/index.html index 52ecb76..e049b5e 100644 --- a/src/console/index.html +++ b/src/console/index.html @@ -7,7 +7,7 @@

-
+