diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-14 18:12:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 18:12:06 -0500 |
commit | 4b1c7b1e269b98eaf4906c82cb3fd09566dce7be (patch) | |
tree | 4348e17baf5601930971e95f55edcc7708526598 /ext/bg/search.html | |
parent | 34c6d4210a3e638482c13d0f0129489e254900de (diff) |
Display layout updates (#1032)
* Fix display scroll not always using the right position
* Update display layout and scroll method
* Fix border size
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index a9140f40..063aae1e 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -16,7 +16,9 @@ </head> <body> -<div class="content"><div class="content-center"> +<div class="content" id="content"><div class="content-body" id="content-body"> + + <span tabindex="-1" id="content-scroll-focus"></span> <div id="intro"> <h1>Yomichan Search</h1> |