diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index d24aa58c..ba2fadb7 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -98,7 +98,7 @@ ol, ul { } html:root[data-yomichan-page=search] body { - min-height: 101vh; /* always show scroll bar to avoid scanning problems */ + overflow-y: scroll; /* always show scroll bar to avoid scanning problems */ } |