diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-16 22:54:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-16 22:54:19 -0700 |
commit | c353ec04bc2b2e977d0788f676b5696dd5cf96dc (patch) | |
tree | 9e192ab257549a2289f9f3a09372819db27010db /ext/fg/css/client.css | |
parent | f7fa1bc51c3fb6c483195e5d76f6e5e668037e30 (diff) |
Styling
Diffstat (limited to 'ext/fg/css/client.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 e55ce2fd..0262e820 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -18,13 +18,11 @@ iframe.yomichan-popup { all: initial; - background-color: #fff; border: 1px solid #999; box-shadow: 0 0 10px rgba(0, 0, 0, .5); height: 300px; width: 500px; resize: both; - overflow-y: auto; position: fixed; visibility: hidden; z-index: 256; |