diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-10-30 03:58:24 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 17:40:52 +0200 |
commit | c35a05cd62d43ff435c022a353de55510b020277 (patch) | |
tree | eed5ca7f70aed856ec2be69b39013202dfcba596 /ext/mixed/css | |
parent | f63e8e4be0e7bdb1a2e45e349bf667ea7ca4adab (diff) |
add kana to text
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 5e5213ff..81109fc6 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -73,6 +73,10 @@ ol, ul { } +html:root[data-yomichan-page=search] body { + min-height: 101vh; /* always show scroll bar to avoid scanning problems */ +} + /* * Search page */ |