diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-27 18:15:16 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-16 22:39:26 -0500 |
commit | 97f7df33027e8c8baced23da02b74a5fbd0a14cf (patch) | |
tree | 061c7acdb7ee4a10a1f39b164b87864af2d1f706 /ext/mixed/css | |
parent | 7a6f85879e51af6b5ae63d748b99d720856b8e1d (diff) |
Don't use document fragment
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index ce64cc49..4db17264 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -42,6 +42,7 @@ body { margin: 0; border: 0; padding: 0; + overflow-y: scroll; /* always show scroll bar */ } ol, ul { @@ -132,10 +133,6 @@ html:root[data-yomichan-page=float] .navigation-header { margin-right: 0.2em; } -html:root[data-yomichan-page=search] body { - overflow-y: scroll; /* always show scroll bar to avoid scanning problems */ -} - /* * Entries |