remove height hack and use overflow-y: scroll

This commit is contained in:
siikamiika 2019-11-13 12:05:39 +02:00
parent f6f19dc9de
commit 0d6e0edc31

View File

@ -98,7 +98,7 @@ ol, ul {
} }
html:root[data-yomichan-page=search] body { 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 */
} }