diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-11 17:25:57 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-11 17:25:57 -0800 |
commit | 2c86e875765b1ed4f1753ab51af5583cc9606760 (patch) | |
tree | 7b06a041724df493c8933e89c13b99468033e4ba /ext/fg/css | |
parent | 9ebcc8e2c12740c106d56cc40ac186e87e444268 (diff) |
more work on making popup be sized properly
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/client.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css index 5289392a..9f566480 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -22,10 +22,8 @@ iframe#yomichan-popup { background-color: #fff; border: 1px solid #999; box-shadow: 0 0 10px rgba(0, 0, 0, .5); - height: 250px; position: fixed; resize: both; visibility: hidden; - width: 400px; z-index: 2147483647; } |