remove height hack and use overflow-y: scroll
This commit is contained in:
parent
f6f19dc9de
commit
0d6e0edc31
@ -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 */
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user