aboutsummaryrefslogtreecommitdiff
path: root/src/command-line/command-line-frame.scss
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 21:22:05 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-29 21:22:05 +0900
commitb711678329463d1ec5f2eb9db99f99af5b69895e (patch)
treece65ff2c7979d27d86049d5cb13a6d43672817dc /src/command-line/command-line-frame.scss
parent041eacf4fbea1486b00c196343bbbe2df4f0970b (diff)
iframe 100% height
Diffstat (limited to 'src/command-line/command-line-frame.scss')
-rw-r--r--src/command-line/command-line-frame.scss2
1 files changed, 1 insertions, 1 deletions
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;