aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-13 12:05:39 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-23 17:50:46 +0200
commit0d6e0edc31d4ceac58b886e238b77f0143a5c3ec (patch)
tree5fe93c864abedcbc1c42ed5c4777919545e49a1d /ext/mixed
parentf6f19dc9deeaf6ae88d36b776d2f1f4d0ef40bd3 (diff)
remove height hack and use overflow-y: scroll
Diffstat (limited to 'ext/mixed')
-rw-r--r--ext/mixed/css/display.css2
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 */
}