diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-31 11:51:31 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-31 11:57:07 -0400 |
commit | 68af0d86c3a941e185b34926fdbc57c457466e28 (patch) | |
tree | 502685c6937f44ec99e2fe269d491a0067b6c2da /ext/fg/css | |
parent | 3bf8a9ab00153acc662de1370d43a34c49850ac3 (diff) |
Improve popup position for vertical text
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/client.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css index a9b8e025..a2b06d0f 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -26,6 +26,7 @@ iframe#yomichan-float { resize: both; visibility: hidden; z-index: 2147483647; + box-sizing: border-box; } iframe#yomichan-float.yomichan-float-full-width { |