From 97f7df33027e8c8baced23da02b74a5fbd0a14cf Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 27 Dec 2019 18:15:16 -0500 Subject: Don't use document fragment --- ext/mixed/css/display.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ext/mixed/css') 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 -- cgit v1.2.3