diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-16 21:28:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 21:28:53 +0900 |
commit | 7e506f5f212ce57362bb644c2c2d7a9f763282cb (patch) | |
tree | c7ded8021ef3f9f3a06ab7f522355ae2276b918f /src/console/index.html | |
parent | a50c7dd0a20cbef8860c3592ae70d3813d94b78d (diff) | |
parent | cc0fbdd496f02c311492df5cbfa1db6676d3c0b6 (diff) |
Merge pull request #160 from ueokande/iframe-transparency
Fix for certain pages
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 2 |
1 files changed, 1 insertions, 1 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 @@ </head> <body class='vimvixen-console'> <p class='vimvixen-console-message'></p> - <div id='vimvixen-console-command'> + <div id='vimvixen-console-command' class='vimvixen-console-command-wrapper'> <ul id='vimvixen-console-completion' class='vimvixen-console-completion'></ul> <div class='vimvixen-console-command'> <i class='vimvixen-console-command-prompt'></i><input |