From b711678329463d1ec5f2eb9db99f99af5b69895e Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 29 Aug 2017 21:22:05 +0900 Subject: iframe 100% height --- src/command-line/command-line-frame.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command-line/command-line-frame.scss') diff --git a/src/command-line/command-line-frame.scss b/src/command-line/command-line-frame.scss index 67bf514..88772d9 100644 --- a/src/command-line/command-line-frame.scss +++ b/src/command-line/command-line-frame.scss @@ -4,7 +4,7 @@ bottom: 0; left: 0; width: 100%; - height: 20px; + height: 100%; position: fixed; z-index: 10000; border: none; -- cgit v1.2.3